aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Proper fixDavid Heinemeier Hansson2011-05-121-1/+1
* Fix the assets regexp for non-js/css filesDavid Heinemeier Hansson2011-05-121-1/+1
* Add static_cache_control as configuration option and set a default for test. ...José Valim2011-05-031-1/+2
* Add shorthand for js and css compressorsJoshua Peek2011-04-221-0/+3
* Set a default precompile target to be the application.js, application.css, an...David Heinemeier Hansson2011-04-191-1/+1
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-7/+9
* Unify sprockets config optionsJoshua Peek2011-03-301-3/+7
* Merge branch 'master' into sprocketsJoshua Peek2011-03-301-1/+2
|\
| * Add `config.force_ssl` configuration which will load `Rack::SSL` middleware i...Prem Sichanugrist2011-03-271-1/+2
* | Precompile configured assetsJoshua Peek2011-03-291-2/+2
* | Rename option to config.asset_pipelineJoshua Peek2011-03-291-2/+2
* | Move sprockets initializers back to applicationJoshua Peek2011-03-291-1/+4
* | Add use_sprockets flagJoshua Peek2011-03-281-3/+1
* | Add sprockets task to compile assetsJoshua Peek2011-03-211-1/+3
|/
* only define log_level reader once, make sure to initialize @log_levelAaron Patterson2011-01-051-11/+14
* Clean up asset_host and asset_path.José Valim2010-12-091-16/+3
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-9/+9
* Added config.app_generators to allow configuring application's generators fro...Piotr Sarnacki2010-09-301-0/+1
* Update Rails' built in routes to use RouteSet#appendCarl Lerche2010-09-171-5/+0
* Set default asset_path only for enginePiotr Sarnacki2010-09-101-0/+1
* Get rid of static_paths method and instead configure paths for ActionDispatch...Piotr Sarnacki2010-09-031-0/+4
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-0/+12
* Removed most of deprecated stuff from Application and EnginePiotr Sarnacki2010-09-031-9/+0
* Allow Engines loading its own environment file from config/environmentsPiotr Sarnacki2010-09-031-1/+0
* Removed ActionDispatch::Static, but left empty MiddlewareStack to unify app m...Piotr Sarnacki2010-09-031-1/+1
* Engine can now serve files with ActionDispatch::StaticPiotr Sarnacki2010-09-031-1/+1
* Engine can now load its own pluginsPiotr Sarnacki2010-09-031-3/+1
* Made Engine valid rack app with its own middleware stackPiotr Sarnacki2010-09-031-1/+1
* Make sure apps upgrading from 2.3 get defaulted to UTF-8 (ht: parndt)wycats2010-08-151-1/+1
* A few changes were done in this commit:José Valim2010-06-281-2/+2
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-1/+1
* Remove the laziness from the middleware stack.José Valim2010-05-291-26/+2
* Removing Metal from Rails 3. wycats2010-05-291-6/+1
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-181-6/+2
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-171-1/+9
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-161-9/+1
* Significantly improved internal encoding heuristics and support.wycats2010-05-161-1/+9
* Move AD::Cascade to the bottom of the middleware stack.José Valim2010-05-161-2/+2
* Reorganized initializers a bit to enable better hooks for common cases withou...wycats2010-05-151-1/+1
* Add missing deprecation requiresJeremy Kemper2010-04-291-0/+1
* ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:r...José Valim2010-04-291-1/+1
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-8/+9
* Clean up the config object in ActionPack. Create config_accessor which just d...José Valim2010-04-221-2/+2
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...Anil Wadghule2010-04-121-1/+1
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-1/+1
* Alleviate the pain in working with utf8 templates by setting a default encoding.José Valim2010-04-071-7/+15
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-2/+3
* Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+53
* Move railties/builtin into libJoshua Peek2010-03-201-2/+2