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
/
railties
/
lib
/
rails
/
application
/
finisher.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly define main_app proxy
Piotr Sarnacki
2011-04-25
1
-0
/
+4
*
Move app initializers to sprockets railtie.
José Valim
2011-04-17
1
-16
/
+2
*
Booya, sprockets now works from Engines.
José Valim
2011-04-15
1
-6
/
+1
*
Index sprockets environment if perform caching is enabled
Joshua Peek
2011-04-12
1
-0
/
+6
*
Unify sprockets config options
Joshua Peek
2011-03-30
1
-3
/
+4
*
Rename option to config.asset_pipeline
Joshua Peek
2011-03-29
1
-1
/
+7
*
Move sprockets initializers back to application
Joshua Peek
2011-03-29
1
-0
/
+8
*
Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepare
John Firebaugh
2010-12-20
1
-2
/
+6
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-1
/
+1
*
Update Rails' built in routes to use RouteSet#append
Carl Lerche
2010-09-17
1
-1
/
+3
*
Ensure routes are loaded only after the initialization process finishes, ensu...
José Valim
2010-09-02
1
-0
/
+7
*
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
Xavier Noria
2010-06-24
1
-5
/
+5
*
Alias app to build_middleware_stack for clarity.
José Valim
2010-06-21
1
-1
/
+1
*
Add lib to load paths when application is inherited to be able to load lib co...
José Valim
2010-06-02
1
-1
/
+1
*
Expose remaining hooks to minimize the need for a Railtie based on feedback f...
José Valim
2010-05-16
1
-0
/
+1
*
Ensure that eager_load actually takes place just after the middleware stack i...
José Valim
2010-05-15
1
-2
/
+8
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-4
/
+2
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-0
/
+4
*
Move railties/builtin into lib
Joshua Peek
2010-03-20
1
-2
/
+2
*
Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...
José Valim
2010-02-19
1
-7
/
+4
*
Ensure config.after_initializer is executed before building the middleware st...
José Valim
2010-02-18
1
-4
/
+6
*
Add config.to_prepare back and add tests for it.
José Valim
2010-01-28
1
-1
/
+7
*
Refactor MetalLoader and RoutesReloader to rely less on class configuration.
José Valim
2010-01-28
1
-2
/
+2
*
Ensure all initializers are collections.
José Valim
2010-01-26
1
-8
/
+8
*
Fix a couple failures on 1.9.1.
José Valim
2010-01-24
1
-1
/
+1
*
Ensure metals and initializers in plugins are loaded.
José Valim
2010-01-24
1
-1
/
+1
*
Solve some pendencies.
José Valim
2010-01-24
1
-1
/
+1
*
First steps into making Plugin < Engine.
José Valim
2010-01-23
1
-0
/
+12
*
Break application.rb file in smaller chunks.
José Valim
2010-01-23
1
-0
/
+31