| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't hardcode assets route skipped in route inspector | Guillermo Iguaran | 2012-01-14 | 1 | -1/+1 |
* | changing self.attribute to @atrribute to follow one kind of value assignment ... | prasath | 2012-01-12 | 1 | -4/+4 |
* | We should finalize the routes as soon as possible and not wait for the contro... | José Valim | 2012-01-06 | 1 | -1/+1 |
* | do not rewrite log during application bootstrap | Sergey Nartimov | 2012-01-03 | 1 | -1/+1 |
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 2 | -2/+2 |
* | Refactor RouteInspector | Piotr Sarnacki | 2011-12-26 | 1 | -32/+69 |
* | Correctly display rack apps with dynamic constraints in RoutesInspector | Piotr Sarnacki | 2011-12-26 | 1 | -1/+10 |
* | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 1 | -11/+3 |
* | remove AS whiny nil extension and deprecate config.whiny_nils | Sergey Nartimov | 2011-12-22 | 1 | -1/+6 |
* | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger | Aaron Patterson | 2011-12-19 | 1 | -4/+4 |
* | Allow a custom exceptions app to set. | José Valim | 2011-12-16 | 1 | -1/+2 |
* | Clean up the cache before the request in case we are running in the reload_cl... | José Valim | 2011-12-15 | 1 | -1/+1 |
* | FileUpdateChecker should be able to handle deleted files. | José Valim | 2011-12-13 | 2 | -8/+14 |
* | Clean up FileUpdateChecker API. | José Valim | 2011-12-13 | 2 | -5/+5 |
* | Move hooks back to initializers (we need an API that allows hooks to be repla... | José Valim | 2011-12-13 | 1 | -4/+21 |
* | Add config.file_watcher so developers can provide their own watchers (for ins... | José Valim | 2011-12-13 | 1 | -2/+4 |
* | Revert "Provide a unique point for running initializers." | José Valim | 2011-12-13 | 2 | -6/+1 |
* | Speed up development by only reloading classes if dependencies files changed. | José Valim | 2011-12-12 | 3 | -39/+36 |
* | Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365 | Piotrek Okoński | 2011-12-12 | 1 | -1/+2 |
* | Give hooks the flexibility to choose the type of callback. | José Valim | 2011-12-12 | 1 | -6/+4 |
* | Provide a unique point for running initializers. | José Valim | 2011-12-12 | 2 | -1/+6 |
* | Improve docs for Rails::Application and add routes_reloader_hook and app_relo... | José Valim | 2011-12-12 | 2 | -21/+22 |
* | Composition > inheritance. | José Valim | 2011-12-12 | 1 | -3/+11 |
* | * ActiveSupport::BufferedLogger#silence is deprecated. If you want to squelch | Aaron Patterson | 2011-12-09 | 1 | -3/+11 |
* | global variable `$rails_rake_task' not initialized Warning removed | Arun Agrawal | 2011-11-28 | 1 | -0/+1 |
* | Display mounted engines in `rake routes` by default | Piotr Sarnacki | 2011-11-25 | 1 | -1/+1 |
* | Allow to display engine's routes when running `rake routes ENGINES=true` | Piotr Sarnacki | 2011-11-24 | 1 | -3/+34 |
* | Allow to change engine's loading priority with config.railties_order= | Piotr Sarnacki | 2011-11-23 | 1 | -2/+3 |
* | On inpsect routes, show :controller and :action to indicate dynamic. | Hendy Tanata | 2011-10-29 | 1 | -7/+8 |
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other pr... | David Heinemeier Hansson | 2011-10-19 | 2 | -3/+3 |
* | Provide initialize_on_precompile which, when set to false, does not initializ... | José Valim | 2011-10-02 | 1 | -13/+14 |
* | Make the Rack::SSL middleware configurable | Justin Leitgeb | 2011-09-26 | 1 | -1/+3 |
* | `rake assets:precompile` loads the application but does not initialize it. | José Valim | 2011-09-24 | 1 | -8/+8 |
* | Default precompile regexp that properly matches application.js and applicatio... | Alex Yakoubian | 2011-09-16 | 1 | -1/+1 |
* | adjust route inspection to work with Journey | Aaron Patterson | 2011-09-12 | 1 | -1/+2 |
* | Merge pull request #2876 from alex3/patch-1 | Santiago Pastorino | 2011-09-09 | 1 | -1/+2 |
|\ |
|
| * | Fixed assets precompile regex, now accepts Procs | Alex Yakoubian | 2011-09-08 | 1 | -1/+2 |
* | | move route inspecting to an object so that we can more easily test it | Aaron Patterson | 2011-09-09 | 1 | -0/+42 |
|/ |
|
* | Merge pull request #2780 from guilleiguaran/assets-pipeline-minor-changes | Santiago Pastorino | 2011-08-31 | 1 | -1/+1 |
* | Set default location of manifest with config.assets.manifest | Guillermo Iguaran | 2011-08-31 | 1 | -0/+1 |
* | Backport f443f9cb0c64 to master | Guillermo Iguaran | 2011-08-31 | 1 | -3/+2 |
* | Read digests of assets from manifest.yml if config.assets.manifest is on | Guillermo Iguaran | 2011-08-31 | 1 | -4/+5 |
* | only define the encoding reader since we define the writer later on | Aaron Patterson | 2011-08-24 | 1 | -1/+2 |
* | we are *sure* we want to set the encoding, so silence warnings around it | Aaron Patterson | 2011-08-24 | 1 | -2/+5 |
* | dealing with some -w warnings on startup | Aaron Patterson | 2011-08-24 | 1 | -1/+1 |
* | Add config.allow_debugging option to determine if the debug_assets query para... | Guillermo Iguaran | 2011-08-24 | 1 | -6/+7 |
* | Allow to debug assets by config.assets.debug | Andrey A.I. Sitnik | 2011-08-22 | 1 | -0/+1 |
* | Initialize config.assets.version the same way it's done in Sprockets | Santiago Pastorino | 2011-08-08 | 1 | -0/+1 |
* | Use cache/assets instead. | José Valim | 2011-07-12 | 1 | -1/+1 |
* | assets.cache_store now defaults to filesystem. You will want to share tmp/ass... | José Valim | 2011-07-12 | 1 | -11/+2 |