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
/
configuration.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `config.force_ssl` configuration which will load `Rack::SSL` middleware i...
Prem Sichanugrist
2011-03-27
1
-1
/
+2
*
only define log_level reader once, make sure to initialize @log_level
Aaron Patterson
2011-01-05
1
-11
/
+14
*
Clean up asset_host and asset_path.
José Valim
2010-12-09
1
-16
/
+3
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-9
/
+9
*
Added config.app_generators to allow configuring application's generators fro...
Piotr Sarnacki
2010-09-30
1
-0
/
+1
*
Update Rails' built in routes to use RouteSet#append
Carl Lerche
2010-09-17
1
-5
/
+0
*
Set default asset_path only for engine
Piotr Sarnacki
2010-09-10
1
-0
/
+1
*
Get rid of static_paths method and instead configure paths for ActionDispatch...
Piotr Sarnacki
2010-09-03
1
-0
/
+4
*
Added ability to set asset_path for engines
Piotr Sarnacki
2010-09-03
1
-0
/
+12
*
Removed most of deprecated stuff from Application and Engine
Piotr Sarnacki
2010-09-03
1
-9
/
+0
*
Allow Engines loading its own environment file from config/environments
Piotr Sarnacki
2010-09-03
1
-1
/
+0
*
Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Engine can now serve files with ActionDispatch::Static
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Engine can now load its own plugins
Piotr Sarnacki
2010-09-03
1
-3
/
+1
*
Made Engine valid rack app with its own middleware stack
Piotr Sarnacki
2010-09-03
1
-1
/
+1
*
Make sure apps upgrading from 2.3 get defaulted to UTF-8 (ht: parndt)
wycats
2010-08-15
1
-1
/
+1
*
A few changes were done in this commit:
José Valim
2010-06-28
1
-2
/
+2
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-1
/
+1
*
Remove the laziness from the middleware stack.
José Valim
2010-05-29
1
-26
/
+2
*
Removing Metal from Rails 3.
wycats
2010-05-29
1
-6
/
+1
*
Simplify cookie_store by simply relying on cookies.signed.
José Valim
2010-05-18
1
-6
/
+2
*
Revert "Moved encoding work in progress to a feature branch."
wycats
2010-05-17
1
-1
/
+9
*
Moved encoding work in progress to a feature branch.
Jeremy Kemper
2010-05-16
1
-9
/
+1
*
Significantly improved internal encoding heuristics and support.
wycats
2010-05-16
1
-1
/
+9
*
Move AD::Cascade to the bottom of the middleware stack.
José Valim
2010-05-16
1
-2
/
+2
*
Reorganized initializers a bit to enable better hooks for common cases withou...
wycats
2010-05-15
1
-1
/
+1
*
Add missing deprecation requires
Jeremy Kemper
2010-04-29
1
-0
/
+1
*
ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...
José Valim
2010-04-29
1
-1
/
+1
*
The rake task :environment now loads config/environment.rb instead of initial...
José Valim
2010-04-29
1
-8
/
+9
*
Clean up the config object in ActionPack. Create config_accessor which just d...
José Valim
2010-04-22
1
-2
/
+2
*
Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...
Anil Wadghule
2010-04-12
1
-1
/
+1
*
Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...
José Valim
2010-04-08
1
-1
/
+1
*
Alleviate the pain in working with utf8 templates by setting a default encoding.
José Valim
2010-04-07
1
-7
/
+15
*
Rename config.cookie_secret to config.secret_token and pass it as configurati...
José Valim
2010-04-05
1
-2
/
+3
*
Raise exceptions instead of rendering error templates in test environment [#4...
Rolf Bjaanes
2010-04-02
1
-1
/
+1
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-2
/
+53
*
Move railties/builtin into lib
Joshua Peek
2010-03-20
1
-2
/
+2
*
Move middlewares to the Application level. If you want to modify the middlewa...
Carlhuda
2010-03-08
1
-0
/
+4
*
Have log subscribers subscribe to the actual events, so the subscriber doesn'...
Carlhuda
2010-03-02
1
-2
/
+11
*
Deprecate AC configuration values which were moved to Rack.
José Valim
2010-02-01
1
-2
/
+4
*
Add reloadable specific for engines and move environment to application paths.
José Valim
2010-01-28
1
-5
/
+4
*
Move configuration to subfolders.
José Valim
2010-01-23
1
-0
/
+85