aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Expand)AuthorAgeFilesLines
* always flush all logs. fixes #4277Aaron Patterson2012-02-071-1/+1
* Fix `$rails_rake_task` global variable warning without replacing the value of...Jonathan Viney2012-01-221-2/+1
* Silent Sprockets logger when config.assets.logger is set to falseGuillermo Iguaran2012-01-181-0/+1
* Don't hardcode assets route skipped in route inspectorGuillermo Iguaran2012-01-151-1/+1
* Merge pull request #4279 from lest/fix-logAaron Patterson2012-01-031-1/+1
* Correctly display rack apps with dynamic constraints in RoutesInspectorPiotr Sarnacki2011-12-261-1/+10
* Allow a custom exceptions app to set.José Valim2011-12-161-1/+2
* Clean up the cache before the request in case we are running in the reload_cl...José Valim2011-12-151-1/+1
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-132-8/+14
* Clean up FileUpdateChecker API.José Valim2011-12-132-5/+5
* Move hooks back to initializers (we need an API that allows hooks to be repla...José Valim2011-12-131-4/+21
* Add config.file_watcher so developers can provide their own watchers (for ins...José Valim2011-12-131-2/+4
* Revert "Provide a unique point for running initializers."José Valim2011-12-132-6/+1
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-123-39/+36
* Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365Piotrek Okoński2011-12-121-1/+2
* Give hooks the flexibility to choose the type of callback.José Valim2011-12-121-6/+4
* Provide a unique point for running initializers.José Valim2011-12-122-1/+6
* Improve docs for Rails::Application and add routes_reloader_hook and app_relo...José Valim2011-12-122-21/+22
* Composition > inheritance.José Valim2011-12-121-3/+11
* * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelchAaron Patterson2011-12-091-3/+11
* global variable `$rails_rake_task' not initialized Warning removedArun Agrawal2011-11-281-0/+1
* Display mounted engines in `rake routes` by defaultPiotr Sarnacki2011-11-251-1/+1
* Allow to display engine's routes when running `rake routes ENGINES=true`Piotr Sarnacki2011-11-241-3/+34
* Allow to change engine's loading priority with config.railties_order=Piotr Sarnacki2011-11-231-2/+3
* On inpsect routes, show :controller and :action to indicate dynamic.Hendy Tanata2011-10-291-7/+8
* Added X-Request-Id tracking and TaggedLogging to easily log that and other pr...David Heinemeier Hansson2011-10-192-3/+3
* Provide initialize_on_precompile which, when set to false, does not initializ...José Valim2011-10-021-13/+14
* Make the Rack::SSL middleware configurableJustin Leitgeb2011-09-261-1/+3
* `rake assets:precompile` loads the application but does not initialize it.José Valim2011-09-241-8/+8
* Default precompile regexp that properly matches application.js and applicatio...Alex Yakoubian2011-09-161-1/+1
* adjust route inspection to work with JourneyAaron Patterson2011-09-121-1/+2
* Merge pull request #2876 from alex3/patch-1Santiago Pastorino2011-09-091-1/+2
|\
| * Fixed assets precompile regex, now accepts ProcsAlex Yakoubian2011-09-081-1/+2
* | move route inspecting to an object so that we can more easily test itAaron Patterson2011-09-091-0/+42
|/
* 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