aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/configuration.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-11/+3
|
* remove AS whiny nil extension and deprecate config.whiny_nilsSergey Nartimov2011-12-221-1/+6
|
* Allow a custom exceptions app to set.José Valim2011-12-161-1/+2
|
* Add config.file_watcher so developers can provide their own watchers (for ↵José Valim2011-12-131-2/+4
| | | | instance, hooking on fsevents).
* Revert "Provide a unique point for running initializers."José Valim2011-12-131-2/+1
| | | | | | | | | | This reverts commit c2e3ce8d1e1174e66536d59d8d97eb2cc8ce6f25. Conflicts: railties/lib/rails/application/configuration.rb railties/lib/rails/application/finisher.rb railties/lib/rails/engine.rb
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-24/+25
| | | | | | | | This can be turned off by setting `config.reload_classes_only_on_change` to false. Extensions like Active Record should add their respective files like db/schema.rb and db/structure.sql to `config.watchable_files` if they want their changes to affect classes reloading. Thanks to https://github.com/paneq/active_reload and Pastorino for the inspiration. <3
* Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365Piotrek Okoński2011-12-121-1/+2
|
* Provide a unique point for running initializers.José Valim2011-12-121-1/+2
|
* Allow to change engine's loading priority with config.railties_order=Piotr Sarnacki2011-11-231-2/+3
|
* Added X-Request-Id tracking and TaggedLogging to easily log that and other ↵David Heinemeier Hansson2011-10-191-1/+1
| | | | production concerns
* Provide initialize_on_precompile which, when set to false, does not ↵José Valim2011-10-021-13/+14
| | | | initialize the app for precompilation. Defaults to true.
* Make the Rack::SSL middleware configurableJustin Leitgeb2011-09-261-1/+3
|
* Default precompile regexp that properly matches application.js and ↵Alex Yakoubian2011-09-161-1/+1
| | | | application.css
* Fixed assets precompile regex, now accepts ProcsAlex Yakoubian2011-09-081-1/+2
|
* Merge pull request #2780 from guilleiguaran/assets-pipeline-minor-changesSantiago Pastorino2011-08-311-1/+1
| | | | Assets pipeline: fix in manifest location and remove unused code
* Set default location of manifest with config.assets.manifestGuillermo Iguaran2011-08-311-0/+1
|
* Backport f443f9cb0c64 to masterGuillermo Iguaran2011-08-311-3/+2
|
* Read digests of assets from manifest.yml if config.assets.manifest is onGuillermo Iguaran2011-08-311-4/+5
|
* only define the encoding reader since we define the writer later onAaron Patterson2011-08-241-1/+2
|
* we are *sure* we want to set the encoding, so silence warnings around itAaron Patterson2011-08-241-2/+5
|
* Add config.allow_debugging option to determine if the debug_assets query ↵Guillermo Iguaran2011-08-241-6/+7
| | | | param can be passed by user
* Allow to debug assets by config.assets.debugAndrey A.I. Sitnik2011-08-221-0/+1
|
* Initialize config.assets.version the same way it's done in SprocketsSantiago Pastorino2011-08-081-0/+1
|
* Use cache/assets instead.José Valim2011-07-121-1/+1
|
* assets.cache_store now defaults to filesystem. You will want to share ↵José Valim2011-07-121-11/+2
| | | | tmp/assets_cache between deploys.
* Now accepting css/js files in deeper directory structures by default.Tobias Schlottke2011-07-011-1/+1
| | | | | This is useful for engines with own application.{js|css}-files. See: https://github.com/rails/rails/issues/1520
* 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
| | | | Should improve performance in acceptance tests.
* Add shorthand for js and css compressorsJoshua Peek2011-04-221-0/+3
|
* Set a default precompile target to be the application.js, application.css, ↵David Heinemeier Hansson2011-04-191-1/+1
| | | | and all non-css/js files (images etc)
* 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
|\ | | | | | | | | Conflicts: railties/lib/rails/application/configuration.rb
| * Add `config.force_ssl` configuration which will load `Rack::SSL` middleware ↵Prem Sichanugrist2011-03-271-1/+2
| | | | | | | | | | | | | | | | if set to true This will allow user to be able to force all requests to be under HTTPS protocol. This commit was a request from DHH. Special thanks to Josh Peek as well for making `Rack::SSL`.
* | 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 ↵José Valim2010-10-061-9/+9
| | | | method_missing.
* Added config.app_generators to allow configuring application's generators ↵Piotr Sarnacki2010-09-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from railties. With config.generators becomes a way to configure generators for current instance only. For example: module Blog class Engine < Rails::Engine config.generators do |g| g.orm :active_record end config.app_generators do |g| g.test_framework :rspec end end end such definition sets :active_record as orm for engine and :rspec as test_framework for application. The values set with app_generators can be overwritten in application using config.generators as you would normally do: module MyApp class Application < Rails::Application config.generators do |g| g.test_framework :test_unit end end end
* 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 ↵Piotr Sarnacki2010-09-031-0/+4
| | | | ActionDispatch::Static in initializers
* 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
|