| Commit message (Expand) | Author | Age | Files | Lines |
* | Split ShowExceptions responsibilities in two middlewares. | José Valim | 2011-12-01 | 1 | -0/+3 |
* | put backtrace_cleaner to env | lest | 2011-11-28 | 1 | -1/+2 |
* | middlewares should use logger from env | lest | 2011-11-25 | 1 | -1/+2 |
* | Allow to change engine's loading priority with config.railties_order= | Piotr Sarnacki | 2011-11-23 | 1 | -0/+22 |
* | Rely on a public contract between railties instead of accessing railtie metho... | José Valim | 2011-11-23 | 1 | -0/+4 |
* | add ActionController::Metal#show_detailed_exceptions? | lest | 2011-11-22 | 1 | -1/+1 |
* | Extend IRB right before starting IRB to remove dependency on IRB from Rails::... | Akira Matsuda | 2011-11-10 | 1 | -2/+0 |
* | Modulize Rails console methods so that other console libraries such as Pry ca... | Akira Matsuda | 2011-11-09 | 1 | -0/+2 |
* | Unify logger and taggedlogging middleware as both address logging concerns. | José Valim | 2011-10-19 | 1 | -2/+1 |
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other pr... | David Heinemeier Hansson | 2011-10-19 | 1 | -0/+2 |
* | :group => :assets should only run in the assets environment. | José Valim | 2011-10-02 | 1 | -1/+1 |
* | Make the Rack::SSL middleware configurable | Justin Leitgeb | 2011-09-26 | 1 | -1/+1 |
* | `rake assets:precompile` loads the application but does not initialize it. | José Valim | 2011-09-24 | 1 | -3/+2 |
* | dealing with some -w warnings on startup | Aaron Patterson | 2011-08-24 | 1 | -0/+5 |
* | Don't use Rack::Sendfile middleware if x_sendfile_header is not present | Santiago Pastorino | 2011-08-13 | 1 | -1/+3 |
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-07-23 | 1 | -1/+1 |
|\ |
|
| * | grammar/tense correction to rails application doc | Matt Jankowski | 2011-07-12 | 1 | -1/+1 |
* | | Rails.application#env_config is now public API. [Closes #1924] | Franck Verrot | 2011-07-11 | 1 | -0/+9 |
|/ |
|
* | Cherry-picking patch for https://github.com/rails/rails/issues/1460 | Joseph Wong | 2011-06-16 | 1 | -6/+0 |
* | Merge pull request #1356 from flippingbits/fix_engine_generator | José Valim | 2011-06-09 | 1 | -12/+0 |
|\ |
|
| * | Move load_generators from Rails::Application to Rails::Engine | Stefan Sprenger | 2011-05-26 | 1 | -12/+0 |
* | | Fixing Rails::Server#app under Rack::URLMap | Guillermo Iguaran | 2011-06-07 | 1 | -0/+4 |
|/ |
|
* | Everyone receives app as argument for consistency. | José Valim | 2011-05-25 | 1 | -6/+8 |
* | Streamline generators initialization flow. | José Valim | 2011-05-25 | 1 | -3/+3 |
* | Update generator config to support hiding namespaces and pass the app into ge... | wycats | 2011-05-24 | 1 | -2/+3 |
* | Move content length to the server, this brings the same behavior as in rack 1.2. | José Valim | 2011-05-23 | 1 | -2/+0 |
* | Make Rake::DSL methods available within Railtie rake_tasks block | Patrick Quinn | 2011-05-20 | 1 | -4/+6 |
* | Temporarily ship with ContentLength middleware. | José Valim | 2011-05-20 | 1 | -1/+1 |
* | Use Rack::ContentLength. | José Valim | 2011-05-19 | 1 | -0/+2 |
* | always enable `pp` on the Rails console | Akira Matsuda | 2011-05-18 | 1 | -0/+1 |
* | Logs should show overridden method; Issue 426 | David Lee | 2011-05-07 | 1 | -3/+3 |
* | Move sandbox to AR and pass the sandbox as a value. This way, other ORMs like... | José Valim | 2011-05-04 | 1 | -2/+1 |
* | Add static_cache_control as configuration option and set a default for test. ... | José Valim | 2011-05-03 | 1 | -1/+1 |
* | Move app initializers to sprockets railtie. | José Valim | 2011-04-17 | 1 | -9/+0 |
* | Make static faster as we don't have to serve multiple paths anymore. | José Valim | 2011-04-15 | 1 | -1/+1 |
* | Remove the ability for engines to serve assets from the public directory. | José Valim | 2011-04-15 | 1 | -7/+1 |
* | Booya, sprockets now works from Engines. | José Valim | 2011-04-15 | 1 | -32/+8 |
* | Move to app/assets in anticipation of image support being added as well. Also... | David Heinemeier Hansson | 2011-04-13 | 1 | -2/+4 |
* | Index sprockets environment if perform caching is enabled | Joshua Peek | 2011-04-12 | 1 | -0/+1 |
* | Fix assets prefix joining | Joshua Peek | 2011-03-30 | 1 | -1/+1 |
* | Fix assets prefix joining | Joshua Peek | 2011-03-30 | 1 | -1/+1 |
* | Unify sprockets config options | Joshua Peek | 2011-03-30 | 1 | -11/+13 |
* | Merge branch 'master' into sprockets | Joshua Peek | 2011-03-30 | 1 | -4/+13 |
|\ |
|
| * | Add `config.force_ssl` configuration which will load `Rack::SSL` middleware i... | Prem Sichanugrist | 2011-03-27 | 1 | -4/+13 |
* | | Rename option to config.asset_pipeline | Joshua Peek | 2011-03-29 | 1 | -11/+13 |
* | | Move sprockets initializers back to application | Joshua Peek | 2011-03-29 | 1 | -0/+27 |
* | | Add route for assets | Joshua Peek | 2011-03-28 | 1 | -34/+0 |
* | | Change static root to /public | Joshua Peek | 2011-03-22 | 1 | -1/+1 |
* | | Move app/javascripts and app/stylesheets under app/assets | Joshua Peek | 2011-03-22 | 1 | -6/+6 |
* | | Remove ensure_fresh_assets flag | Joshua Peek | 2011-03-22 | 1 | -1/+0 |