aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* dealing with some -w warnings on startupAaron Patterson2011-08-241-1/+1
* Add config.allow_debugging option to determine if the debug_assets query para...Guillermo Iguaran2011-08-241-6/+7
* 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 tmp/ass...José Valim2011-07-121-11/+2
* Now accepting css/js files in deeper directory structures by default.Tobias Schlottke2011-07-011-1/+1
* Patch for #1458 - [3.1.0.rc1] App plugins initialized before enginesJoseph Wong2011-06-161-1/+1
* Proper fixDavid Heinemeier Hansson2011-05-121-1/+1
* Fix the assets regexp for non-js/css filesDavid Heinemeier Hansson2011-05-121-1/+1
* ADdd missing requires (thanks to @arunagw)José Valim2011-05-071-1/+1
* Always flush logger at exitJason Rudolph2011-05-061-0/+1
* Add static_cache_control as configuration option and set a default for test. ...José Valim2011-05-031-1/+2
* Explicitly define main_app proxyPiotr Sarnacki2011-04-251-0/+4
* 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
* Move app initializers to sprockets railtie.José Valim2011-04-171-16/+2
* Remove the ability for engines to serve assets from the public directory.José Valim2011-04-151-7/+9
* Booya, sprockets now works from Engines.José Valim2011-04-151-6/+1
* Index sprockets environment if perform caching is enabledJoshua Peek2011-04-121-0/+6
* Unify sprockets config optionsJoshua Peek2011-03-302-6/+11
* 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-292-3/+9
* | Move sprockets initializers back to applicationJoshua Peek2011-03-292-1/+12
* | 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
* Use AD::Reloader.to_cleanup for reloading [#2873 state:resolved]John Firebaugh2010-12-201-5/+3
* Replace AD::Callbacks.to_prepare with AD::Reloader.to_prepareJohn Firebaugh2010-12-201-2/+6
* Merge remote branch 'drogus/dummy_tasks'José Valim2010-12-091-8/+0
|\
| * Rails::Engine.find(path) - method to find engine by pathPiotr Sarnacki2010-12-091-8/+0
* | Clean up asset_host and asset_path.José Valim2010-12-091-16/+3
|/
* Refactored routes reloading to use RouteSet#append instead keeping block in E...Piotr Sarnacki2010-10-081-18/+6
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-063-11/+11
* reload_routes! is part of the public API and should not be removed.José Valim2010-10-021-2/+4
* Moved Rails::RoutesReloader to Rails::Application::RoutesReloaderPiotr Sarnacki2010-09-301-0/+55
* 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-172-6/+3
* 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