Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add a test which ensures application can overwrite plugins/engines view paths. | José Valim | 2010-01-26 | 1 | -0/+19 | |
| | | ||||||
* | | Move Rails::Rack::Metal to Rails::Application::Metal and just add cascade if ↵ | José Valim | 2010-01-26 | 1 | -1/+6 | |
| | | | | | | | | any metal was declared. | |||||
* | | Add tests for explicit engines. | José Valim | 2010-01-26 | 4 | -42/+94 | |
| | | ||||||
* | | Remove old fixtures files. | José Valim | 2010-01-26 | 47 | -478/+0 | |
| | | ||||||
* | | Refactor railties test, break huge files in smaller chunks and move ↵ | José Valim | 2010-01-26 | 16 | -552/+632 | |
| | | | | | | | | initializers to application folder. | |||||
* | | Ensure app does not show up in generators. | José Valim | 2010-01-26 | 1 | -0/+1 | |
| | | ||||||
* | | Ensure calling a method in Rails::Application does not instantiate a void ↵ | José Valim | 2010-01-26 | 1 | -0/+7 | |
|/ | | | | application. | |||||
* | Merge remote branch 'mikel/master' | José Valim | 2010-01-26 | 2 | -20/+89 | |
|\ | ||||||
| * | More work on generated mailer templates. | José Valim and Mikel Lindsaar | 2010-01-26 | 2 | -6/+13 | |
| | | ||||||
| * | Change mailer generator templates and refactor the whole naming schema. | José Valim and Mikel Lindsaar | 2010-01-25 | 2 | -20/+82 | |
| | | ||||||
* | | Merge branch 'master' of git://github.com/rails/rails | José Valim | 2010-01-25 | 1 | -0/+17 | |
|\ \ | | | | | | | | | | | | | Conflicts: railties/test/railties/plugin_test.rb | |||||
| * | | Failing test for plugin init requiring another plugin lib file | Joshua Peek | 2010-01-25 | 1 | -0/+17 | |
| | | | ||||||
* | | | Refactor some railties tests structure. | José Valim | 2010-01-25 | 4 | -56/+59 | |
|/ / | ||||||
* | | As first step setup the load path and lazy compare middlewares. | José Valim | 2010-01-25 | 1 | -20/+18 | |
| | | ||||||
* | | Failing test for using plugin middleware in application config | Joshua Peek | 2010-01-25 | 1 | -0/+20 | |
| | | ||||||
* | | Plugins need to load before app initializers | Joshua Peek | 2010-01-25 | 1 | -0/+13 | |
| | | ||||||
* | | Add active_model/railtie back to generated boot.rb, add models back to ↵ | José Valim | 2010-01-25 | 1 | -0/+1 | |
|/ | | | | paths, load active_support/railtie since we need it and ensure default logger is set before config. | |||||
* | Ensure metals and initializers in plugins are loaded. | José Valim | 2010-01-24 | 2 | -1/+31 | |
| | ||||||
* | Add tests for plugin sanity check. | José Valim | 2010-01-24 | 1 | -0/+24 | |
| | ||||||
* | Ensure environment config has higher priority than application ones. | José Valim | 2010-01-24 | 1 | -1/+12 | |
| | ||||||
* | Ensure namespaced controllers in engines work. | José Valim | 2010-01-24 | 1 | -1/+31 | |
| | ||||||
* | Add I18n tests to engines. | José Valim | 2010-01-24 | 2 | -56/+38 | |
| | ||||||
* | 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 | |
| |