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
*
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
*
Move observers initialization to after_config blocks, they are still being in...
José Valim
2010-04-20
1
-13
/
+9
*
Split the observer railtie into two phases.
Michael Koziarski
2010-04-16
1
-3
/
+7
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-8
/
+8
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-3
/
+2
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-15
/
+27
*
Rename Rails::Subscriber to Rails::LogSubscriber
Prem Sichanugrist
2010-02-16
1
-2
/
+2
*
Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...
Jeremy Kemper
2010-02-04
1
-2
/
+4
*
Drop AR I18n deprecation and simple use errors.messages as fallback.
José Valim
2010-01-30
1
-12
/
+0
*
tsort-based dependency resolution for initializers
Paul Rosania
2010-01-29
1
-1
/
+1
*
Move the ActiveRecord generator settings into the Railtie
Carl Lerche
2010-01-28
1
-0
/
+3
*
As first step setup the load path and lazy compare middlewares.
José Valim
2010-01-25
1
-3
/
+3
*
Add active_model/railtie back to generated boot.rb, add models back to paths,...
José Valim
2010-01-25
1
-5
/
+4
*
Rename plugin_name to railtie_name and engine_name.
José Valim
2010-01-24
1
-1
/
+1
*
Moved more configuration away from bootstrap.
José Valim
2010-01-22
1
-5
/
+5
*
Move Dispatcher setup to Railties and add instrumentation hook.
José Valim
2010-01-15
1
-0
/
+13
*
Move AR logging responsibilities to ActiveRecord::Railties::Subscriber.
José Valim
2010-01-13
1
-8
/
+4
*
Send the connection in AR notifications to avoid checking out new connections...
José Valim
2010-01-11
1
-1
/
+1
[next]