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
*
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
*
Load db/schema_cache.dump duaring boot time.
kennyj
2012-03-01
1
-1
/
+12
*
pushed broadcasting down to a module
Aaron Patterson
2012-01-20
1
-2
/
+1
*
restored logging to the log file and display on the console
Aaron Patterson
2012-01-20
1
-1
/
+3
*
Moved all the logger methods to active support logger
Karunakar (Ruby)
2012-01-06
1
-1
/
+1
*
Avoid deprecation warning
Jon Leighton
2011-12-28
1
-1
/
+1
*
Clean up the cache before the request in case we are running in the reload_cl...
José Valim
2011-12-15
1
-5
/
+13
*
FileUpdateChecker should be able to handle deleted files.
José Valim
2011-12-13
1
-2
/
+1
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-0
/
+5
*
Allow rescue responses to be configured through a railtie.
José Valim
2011-12-01
1
-0
/
+7
*
Everyone receives app as argument for consistency.
José Valim
2011-05-25
1
-2
/
+2
*
Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like...
José Valim
2011-05-04
1
-1
/
+2
*
Remove defined?(ActiveRecord) and use the railtie hook instead.
José Valim
2011-05-04
1
-3
/
+4
*
added config.active_record.whitelist_attributes which creates an empty whitel...
Josh Kalderimis
2011-04-24
1
-0
/
+3
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-0
/
+1
|
\
|
*
allow AR caches to be cleared, clear them on class reloading
Aaron Patterson
2011-02-03
1
-0
/
+1
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-6
/
+4
|
\
|
|
*
Small changes on AD::Reloader.
José Valim
2010-12-20
1
-1
/
+1
|
*
Use AD::Reloader.to_cleanup for reloading [#2873 state:resolved]
John Firebaugh
2010-12-20
1
-5
/
+3
|
*
Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare
John Firebaugh
2010-12-20
1
-1
/
+1
*
|
"there is no need to store this option just for initialization" José Valim d...
Emilio Tagua
2010-11-19
1
-5
/
+5
*
|
Read from config, because AR may not be loaded yet.
Emilio Tagua
2010-11-19
1
-1
/
+1
*
|
Don't load IdentityMap middleware if not enabled. Simplify middleware.
Emilio Tagua
2010-11-19
1
-3
/
+5
*
|
Use IdentityMap middleware to flush map on each request.
Emilio Tagua
2010-11-19
1
-0
/
+3
|
/
*
Use application's generators defaults as engine defaults to not force users t...
Piotr Sarnacki
2010-11-02
1
-1
/
+1
*
Added config.app_generators to allow configuring application's generators fro...
Piotr Sarnacki
2010-09-30
1
-1
/
+1
*
Revert "Just add connection management middleware if running in a concurrent ...
Jeremy Kemper
2010-08-20
1
-8
/
+5
*
Add console hook to force ActiveRecord::Base to be loaded when console starts...
José Valim
2010-07-18
1
-0
/
+6
*
Just add connection management middleware if running in a concurrent environm...
José Valim
2010-07-12
1
-5
/
+8
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-3
/
+0
*
Merge remote branch 'rails/master'
Xavier Noria
2010-06-20
1
-1
/
+0
|
\
|
*
Clear DescendantsTracker on each request.
José Valim
2010-06-19
1
-1
/
+0
*
|
Adds basic description and title.
Rizwan Reza
2010-06-16
1
-0
/
+1
|
/
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-9
/
+8
*
ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...
José Valim
2010-04-29
1
-7
/
+2
[next]