index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarify 'database does not exist' message and implementation.
Jeremy Kemper
2014-04-01
1
-9
/
+14
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-14
/
+2
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-8
/
+1
*
Avoid getting redefined method warning
Łukasz Strzałkowski
2013-12-25
1
-0
/
+1
*
Only build a ConnectionSpecification if required
José Valim
2013-12-24
1
-1
/
+1
*
Fix build failures related to the new ENV options in yml
José Valim
2013-12-24
1
-1
/
+1
*
Guarantee the connection resolver handles string values
José Valim
2013-12-23
1
-1
/
+14
*
Tell how to Create a Database in Error Message
schneems
2013-12-23
1
-0
/
+8
*
let the sqlite task run without rails
Damien Mathieu
2013-08-07
1
-0
/
+1
*
Remove deprecation messages about protected_attributes and rails-observers
Carlos Antonio da Silva
2013-07-01
1
-39
/
+0
*
remove auto-explain-config deprecation warning
Yves Senn
2013-07-01
1
-11
/
+0
*
Setup env and seed_loaded for DatabaseTasks outside load_config
Piotr Sarnacki
2013-06-23
1
-2
/
+3
*
Change a way ActiveRecord's config is prepared for rake tasks
Piotr Sarnacki
2013-06-23
1
-10
/
+14
*
Check if APP_RAKEFILE is defined
Piotr Sarnacki
2013-05-16
1
-1
/
+1
*
Fix detection of engine in rake db:load_config
Joel Cogen
2013-05-16
1
-1
/
+1
*
Don't require Rails.env in order to use AR::Tasks::DatabaseTasks
Piotr Sarnacki
2013-04-24
1
-0
/
+1
*
Use DatabaseTasks.fixtures_path instead of FIXTURES_PATH in db.rake
Piotr Sarnacki
2013-04-24
1
-0
/
+1
*
Don't require having Rails.application to run database tasks
Piotr Sarnacki
2013-04-24
1
-0
/
+12
*
MOAR cleanups.
Vipul A M
2013-03-14
1
-3
/
+3
*
Remove hard coded references to Active Record in railties
José Valim
2013-03-02
1
-1
/
+1
*
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-9
/
+13
*
standardize database_configuration to a hash
Terence Lee
2013-02-21
1
-3
/
+1
*
Point to guides.rubyonrails.org instead of edgeguides.rubyonrails.org
Santiago Pastorino
2012-12-30
1
-2
/
+2
*
Fix typo in the Observers deprecation message. [ci skip]
Lucas Mazza
2012-11-28
1
-1
/
+1
*
Gracefully handle upgrading apps with observers
Rafael Mendonça França
2012-11-28
1
-0
/
+12
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-10
/
+0
*
Don't run explain on slow queries for database adapters that don't support it
Blake Smith
2012-11-26
1
-0
/
+7
*
only clear caches if we are actually connected to the database
Aaron Patterson
2012-11-12
1
-2
/
+4
*
Gracefully handle upgrading apps with mass assigment configs
Andrew White
2012-11-09
1
-0
/
+27
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-6
/
+5
*
Should use app.paths instead of specific path.
kennyj
2012-10-08
1
-1
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-28
1
-2
/
+2
|
\
|
*
nodoc AR::Railtie [ci skip]
Francesco Rodriguez
2012-09-21
1
-2
/
+2
*
|
make clear that expired db/schema_cache.dump are ignored
Xavier Noria
2012-09-24
1
-1
/
+1
|
/
*
removed warning: shadowing outer local variable
Arun Agrawal
2012-09-09
1
-1
/
+1
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-0
/
+3
*
The use_schema_cache_dump configuration moved to ActiveRecord.
kennyj
2012-08-02
1
-15
/
+21
*
Fix observers with AR::Model
Jon Leighton
2012-06-15
1
-3
/
+4
*
Fix config.active_record.whitelist_attributes with AR::Model
Jon Leighton
2012-06-15
1
-3
/
+0
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-2
/
+2
*
refactor
Jon Leighton
2012-06-15
1
-11
/
+5
*
raise error for pending migration
schneems
2012-06-09
1
-0
/
+7
*
Fix #5847 and #4045 on master.
kennyj
2012-05-30
1
-0
/
+2
*
Use runner hook to load ActiveRecord::Base.
kennyj
2012-05-30
1
-0
/
+4
*
Revert "Merge pull request #5995 from kennyj/fix_5847-3"
José Valim
2012-04-27
1
-5
/
+0
*
Fix #5847 and #4045. Load AR::Base before loading an application model.
kennyj
2012-04-26
1
-0
/
+5
*
DATABASE_URL allows omission of database.yml
Tim Pope
2012-04-03
1
-1
/
+3
*
use File.binread to pull in the schema cache
Aaron Patterson
2012-04-03
1
-1
/
+1
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-5
/
+0
*
Support judgement expired schema cache dump.
kennyj
2012-03-01
1
-1
/
+5
[next]