Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a couple failing tests. | José Valim | 2010-02-10 | 1 | -4/+2 | |
| | ||||||
* | Fixes unescaped version passthrough of generator 'gem' command. [#3901 ↵ | Michael Bleigh | 2010-02-10 | 1 | -0/+18 | |
| | | | | | | status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Debrittlize tests somewhat - fix for CI build | Mikel Lindsaar | 2010-02-10 | 1 | -5/+5 | |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | Check if Test::Unit is defined before adding backtrace filter. | José Valim | 2010-02-07 | 1 | -0/+17 | |
| | ||||||
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 2 | -6/+6 | |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
* | Add config.generators.templates to provide alternative paths for template ↵ | José Valim | 2010-02-06 | 2 | -11/+5 | |
| | | | | lookup. | |||||
* | Fixes test fail | Yehuda Katz | 2010-02-05 | 1 | -1/+1 | |
| | ||||||
* | Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ↵ | Jeremy Kemper | 2010-02-04 | 1 | -1/+1 | |
| | | | | the list of railtie choices to those that make sense. | |||||
* | Update Gemfile to use latest bundler config. | José Valim | 2010-02-04 | 1 | -0/+7 | |
| | ||||||
* | Updating index.html to remove script/generate and making railties tests pass ↵ | Mikel Lindsaar | 2010-02-02 | 1 | -24/+4 | |
| | | | | again | |||||
* | Remove the generated gemfile in railties tests since the rails gemfile is used. | Carl Lerche | 2010-02-02 | 1 | -0/+4 | |
| | ||||||
* | Fixed --dev flag for new bundler | Mikel Lindsaar | 2010-02-02 | 1 | -3/+3 | |
| | ||||||
* | Deprecate AC configuration values which were moved to Rack. | José Valim | 2010-02-01 | 3 | -6/+6 | |
| | ||||||
* | Add config.generators.fallbacks. | José Valim | 2010-02-01 | 1 | -1/+12 | |
| | ||||||
* | Get rails tests running on bundler 0.9 | Carl Lerche | 2010-01-31 | 2 | -29/+9 | |
| | ||||||
* | deOMGifying Railties, Active Support, and Action Pack | Mikel Lindsaar | 2010-01-31 | 1 | -1/+1 | |
| | ||||||
* | Revert "Drop JS scripts from core" | Joshua Peek | 2010-01-30 | 1 | -3/+5 | |
| | | | | This reverts commit a06c47a52b90a5d812e64309488ad5926dc583ca. | |||||
* | Improve railtie deprecation messages. | José Valim | 2010-01-30 | 1 | -0/+7 | |
| | ||||||
* | tsort-based dependency resolution for initializers | Paul Rosania | 2010-01-29 | 2 | -3/+42 | |
| | | | | Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | |||||
* | Drop JS scripts from core | Joshua Peek | 2010-01-29 | 1 | -5/+3 | |
| | ||||||
* | Automatically configure generators if application is defined. | José Valim | 2010-01-29 | 1 | -1/+1 | |
| | ||||||
* | Move the ActiveRecord generator settings into the Railtie | Carl Lerche | 2010-01-28 | 3 | -1/+3 | |
| | ||||||
* | Add more tests to some key points in Railties. | José Valim | 2010-01-28 | 9 | -130/+186 | |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
* | Add reloadable specific for engines and move environment to application paths. | José Valim | 2010-01-28 | 4 | -4/+12 | |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
* | Add config.to_prepare back and add tests for it. | José Valim | 2010-01-28 | 1 | -0/+23 | |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | |||||
* | Fix the test_framework generator tests | Carl Lerche | 2010-01-28 | 1 | -1/+1 | |
| | ||||||
* | Test::Unit Railtie | Carlhuda | 2010-01-28 | 1 | -2/+8 | |
| | ||||||
* | Rename 'defaults' class method to 'default' to reflect that it's a declaration | Jeremy Kemper | 2010-01-27 | 1 | -1/+1 | |
| | ||||||
* | Attend to brittle mailer generator tests | Jeremy Kemper | 2010-01-27 | 1 | -3/+3 | |
| | ||||||
* | Merge remote branch 'mikel/master' | José Valim | 2010-01-26 | 1 | -3/+3 | |
|\ | ||||||
| * | Update generators to use new defaults. | José Valim and Mikel Lindsaar | 2010-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | Updating generators for mailer to reflect changes in API | Mikel Lindsaar | 2010-01-26 | 1 | -3/+3 | |
| | | ||||||
* | | 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 | |
| |