Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Load deprecated tasks for plugins. | José Valim | 2010-01-24 | 1 | -0/+34 | |
| | ||||||
* | Make plugin generator compatible with new schema. | José Valim | 2010-01-24 | 1 | -1/+1 | |
| | ||||||
* | Solve some pendencies. | José Valim | 2010-01-24 | 2 | -3/+4 | |
| | ||||||
* | Move console stuff to its own directory. | José Valim | 2010-01-23 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' into app | José Valim | 2010-01-23 | 2 | -2/+2 | |
|\ | | | | | | | | | Conflicts: railties/lib/rails/application.rb | |||||
| * | I removed the rdoc task from plugin Rakefile | Joshua Peek | 2010-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | Delegate App calls to instance | Joshua Peek | 2010-01-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add test case for load initializers before routing behavior. | Prem Sichanugrist | 2010-01-22 | 1 | -0/+28 | |
| | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | Move configuration to subfolders. | José Valim | 2010-01-23 | 2 | -9/+9 | |
| | | ||||||
* | | First steps into making Plugin < Engine. | José Valim | 2010-01-23 | 1 | -0/+7 | |
| | | ||||||
* | | Ensure user set load paths have higher preference and move Bootstrap inside ↵ | José Valim | 2010-01-23 | 2 | -2/+2 | |
| | | | | | | | | Application. | |||||
* | | Get rid of initializers global and create i18n railtie. | José Valim | 2010-01-23 | 5 | -48/+16 | |
| | | ||||||
* | | Got tests working once again. | José Valim | 2010-01-22 | 3 | -23/+11 | |
| | | ||||||
* | | Add view paths to Engine setup. | José Valim | 2010-01-22 | 1 | -2/+2 | |
| | | ||||||
* | | Add test case for load initializers before routing behavior. | Prem Sichanugrist | 2010-01-21 | 1 | -0/+28 | |
|/ | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Make filter parameters based on request, so they can be modified for ↵ | José Valim | 2010-01-21 | 1 | -2/+2 | |
| | | | | anything in the middleware stack. | |||||
* | Give higher priority to rails generators. | José Valim | 2010-01-21 | 3 | -0/+9 | |
| | ||||||
* | Default to sync instrumentation. | José Valim | 2010-01-21 | 2 | -36/+11 | |
| | ||||||
* | Add deprecation warning for calling filter_parameter_logging ↵ | Prem Sichanugrist | 2010-01-21 | 1 | -0/+12 | |
| | | | | | | ActionController::Base, and allow it to be configured in config.filter_parameters Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Allow railties to specify generators paths. | José Valim | 2010-01-19 | 2 | -0/+23 | |
| | ||||||
* | Logging thread should not die on logging errors. | José Valim | 2010-01-19 | 1 | -0/+14 | |
| | ||||||
* | `script/generate mailer Notifier` will now create a mailer at app/mailers. | José Valim | 2010-01-19 | 1 | -4/+4 | |
| | ||||||
* | Get generators tests running on Ruby 1.9.1 | José Valim | 2010-01-19 | 21 | -31/+53 | |
| | ||||||
* | Improve generators help. | José Valim | 2010-01-18 | 1 | -8/+9 | |
| | ||||||
* | More cleaning up on rails generators load path. | José Valim | 2010-01-18 | 6 | -71/+46 | |
| | ||||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 20 | -21/+20 | |
| | | | | rspec:install generator, you need generators/rspec/install_generator in your load path. | |||||
* | Automatically remove :generators: from namespaces. | José Valim | 2010-01-18 | 3 | -8/+8 | |
| | ||||||
* | Ensure generators can be invoked by their shortcut and remove attr_reader tasks. | José Valim | 2010-01-18 | 2 | -2/+15 | |
| | ||||||
* | Plugin generator should use templates. | José Valim | 2010-01-17 | 1 | -0/+15 | |
| | ||||||
* | Take --skip-activerecord into account boot.rb requires. [#3711 status:resolved] | Rizwan Reza | 2010-01-17 | 1 | -5/+4 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Add notifications to default middleware stack and update subscriber tests. | José Valim | 2010-01-17 | 3 | -4/+5 | |
| | ||||||
* | Use backtrace cleaner for dev mode exception page | Joshua Peek | 2010-01-16 | 1 | -2/+2 | |
| | ||||||
* | Cookies middleware | Joshua Peek | 2010-01-16 | 1 | -0/+1 | |
| | ||||||
* | Move Flash into middleware | Joshua Peek | 2010-01-15 | 1 | -0/+1 | |
| | ||||||
* | Make HEAD method masquerade as GET so requests are routed correctly | Joshua Peek | 2010-01-15 | 1 | -1/+1 | |
| | ||||||
* | Bundle automatically if --dev or --edge is given as option. | José Valim | 2010-01-15 | 1 | -3/+5 | |
| | ||||||
* | Fix an issue where log was not being tailed in the first request. | José Valim | 2010-01-15 | 1 | -3/+2 | |
| | ||||||
* | LogTailer should be invoked after all logs in threads were flushed. | José Valim | 2010-01-15 | 1 | -0/+15 | |
| | ||||||
* | Rails::Subscriber is now responsible for flushing all loggers it's ↵ | José Valim | 2010-01-15 | 1 | -1/+22 | |
| | | | | responsible for. | |||||
* | Create Rails::Subscriber::TestHelper and use it to make ActiveRecord ↵ | José Valim | 2010-01-13 | 1 | -33/+16 | |
| | | | | subscriber tests run in both sync and async scenarios. | |||||
* | Set up subscriber on initialization. | José Valim | 2010-01-13 | 3 | -6/+52 | |
| | ||||||
* | Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER. | José Valim | 2010-01-13 | 2 | -6/+4 | |
| | ||||||
* | Allow to add subscribers through Railtie. | José Valim | 2010-01-13 | 1 | -0/+9 | |
| | ||||||
* | Stub initial Rails::Subscriber implementation. | José Valim | 2010-01-13 | 1 | -0/+102 | |
| | ||||||
* | Revert "Add a generator_paths config option" | José Valim | 2010-01-13 | 1 | -6/+0 | |
| | | | | This reverts commit 8665c754cb61c947cd55f8886c28188050aed78d. | |||||
* | Cleanup junk metal and revise API | Joshua Peek | 2010-01-10 | 2 | -2/+3 | |
| | | | | | API Change: Returning a "X-Cascade: pass" header triggers the cascade instead of a 404 response. | |||||
* | Rewrite Metal tests | Joshua Peek | 2010-01-10 | 8 | -135/+86 | |
| | ||||||
* | Add a generator_paths config option | Yehuda Katz | 2010-01-09 | 1 | -0/+6 | |
| | ||||||
* | Ensure application names are not singularized. | José Valim | 2010-01-07 | 1 | -2/+7 | |
| | ||||||
* | Run railtie and plugin initializers before app specific ones | Joshua Peek | 2010-01-07 | 1 | -0/+11 | |
| |