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
/
configuration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update generator config to support hiding namespaces and pass the app into ge...
wycats
2011-05-24
1
-0
/
+6
*
Make deep copy of application generators on engine initialization.
Piotr Sarnacki
2010-11-02
1
-0
/
+8
*
Removed most of deprecated stuff from Application and Engine
Piotr Sarnacki
2010-09-03
1
-81
/
+0
*
Make config.generators accept string namespaces, you can do now config.genera...
Santiago Pastorino
2010-07-21
1
-0
/
+1
*
We are doing the same in this conditions
Santiago Pastorino
2010-07-21
1
-3
/
+1
*
Add delete to middleware stack proxy.
José Valim
2010-06-07
1
-0
/
+4
*
Move AD::Cascade to the bottom of the middleware stack.
José Valim
2010-05-16
1
-0
/
+31
*
Add missing deprecation requires
Jeremy Kemper
2010-04-29
1
-0
/
+1
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-0
/
+12
*
No need for a module if it's only being included once into an empty class.
Carl Lerche
2010-03-04
1
-94
/
+0
*
Fix all the broken tests due to the AC configuration refactor
Carl Lerche
2010-03-03
1
-1
/
+1
*
Move remote_ip to a middleware:
Carlhuda
2010-03-03
1
-2
/
+3
*
Don't rely on Rails.application global state in Config
Carlhuda
2010-03-03
1
-6
/
+10
*
Fix unstated usage of Action Dispatch
Jeremy Kemper
2010-03-01
1
-16
/
+21
*
Makes send_file work again by deferring to Rack::Sendfile.
Carlhuda
2010-02-23
1
-0
/
+1
*
Add config.generators.templates to provide alternative paths for template loo...
José Valim
2010-02-06
1
-1
/
+2
*
Deprecate AC configuration values which were moved to Rack.
José Valim
2010-02-01
1
-2
/
+2
*
Add config.generators.fallbacks.
José Valim
2010-02-01
1
-1
/
+2
*
Improve railtie deprecation messages.
José Valim
2010-01-30
1
-10
/
+10
*
Add config.to_prepare back and add tests for it.
José Valim
2010-01-28
1
-0
/
+8
*
Refactor MetalLoader and RoutesReloader to rely less on class configuration.
José Valim
2010-01-28
1
-1
/
+1
*
Fix the test_framework generator tests
Carl Lerche
2010-01-28
1
-0
/
+2
*
Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ...
José Valim
2010-01-26
1
-1
/
+1
*
Ensure metals and initializers in plugins are loaded.
José Valim
2010-01-24
1
-1
/
+1
*
Rename plugin_name to railtie_name and engine_name.
José Valim
2010-01-24
1
-1
/
+1
*
Move configuration to subfolders.
José Valim
2010-01-23
1
-212
/
+80
*
Plugin is now an Engine.
José Valim
2010-01-23
1
-8
/
+7
*
Extract Railtie load from application.
José Valim
2010-01-23
1
-0
/
+2
*
Extract routes reloading responsibilities from application and load them just...
José Valim
2010-01-23
1
-4
/
+1
*
Ensure user set load paths have higher preference and move Bootstrap inside A...
José Valim
2010-01-23
1
-2
/
+1
*
Get rid of initializers global and create i18n railtie.
José Valim
2010-01-23
1
-159
/
+126
*
Moved more configuration away from bootstrap.
José Valim
2010-01-22
1
-3
/
+1
*
Got tests working once again.
José Valim
2010-01-22
1
-11
/
+17
*
Add view paths to Engine setup.
José Valim
2010-01-22
1
-20
/
+16
*
Massive cleanup in Railties and load stack.
José Valim
2010-01-21
1
-104
/
+129
*
Make filter parameters based on request, so they can be modified for anything...
José Valim
2010-01-21
1
-5
/
+2
*
Default to sync instrumentation.
José Valim
2010-01-21
1
-6
/
+6
*
Tidy up new filter_parameters implementation.
José Valim
2010-01-21
1
-1
/
+1
*
Add deprecation warning for calling filter_parameter_logging ActionController...
Prem Sichanugrist
2010-01-21
1
-0
/
+4
*
Add all folders in app/* to the load path
Joshua Peek
2010-01-18
1
-15
/
+3
*
Move middleware builder back to Rails::Rack::Metal without losing the new beh...
José Valim
2010-01-17
1
-0
/
+1
*
Get rid of prepare_each_request, since now it's a middleware initialization p...
José Valim
2010-01-17
1
-1
/
+1
*
Add notifications to default middleware stack and update subscriber tests.
José Valim
2010-01-17
1
-0
/
+1
*
Cookies middleware
Joshua Peek
2010-01-16
1
-0
/
+1
*
Move Flash into middleware
Joshua Peek
2010-01-15
1
-0
/
+1
*
Make HEAD method masquerade as GET so requests are routed correctly
Joshua Peek
2010-01-15
1
-1
/
+1
*
Set up subscriber on initialization.
José Valim
2010-01-13
1
-6
/
+9
*
Revert "Add a generator_paths config option"
José Valim
2010-01-13
1
-7
/
+5
*
Get everyone running on Rails.env and fix the broken environment settings for...
David Heinemeier Hansson
2010-01-11
1
-6
/
+6
*
Add a generator_paths config option
Yehuda Katz
2010-01-09
1
-5
/
+7
[next]