| Commit message (Expand) | Author | Age | Files | Lines |
* | Rails.application#env_config is now public API. [Closes #1924] | Franck Verrot | 2011-07-11 | 1 | -0/+9 |
* | Make Rails.groups accept arrays. | José Valim | 2011-07-10 | 1 | -1/+1 |
* | Don't raise on mass assignment for test | José Valim | 2011-07-07 | 1 | -6/+15 |
* | Ensure the engine_path is there (it may make CI happy). | José Valim | 2011-07-06 | 1 | -1/+1 |
* | Make compressors lazily load. | José Valim | 2011-07-06 | 1 | -0/+11 |
* | Merge pull request #1926 from tobsch/master | Santiago Pastorino | 2011-07-06 | 1 | -4/+7 |
|\ |
|
| * | Now accepting css/js files in deeper directory structures by default. | Tobias Schlottke | 2011-07-01 | 1 | -4/+7 |
* | | fix engines rake tasks | Jake Varghese | 2011-07-04 | 1 | -0/+8 |
* | | Load the generators test helper and properly load it's test case | Damien Mathieu | 2011-07-03 | 1 | -1/+2 |
* | | Fix has_migrations? check in Rails::Engine | Sam Pohlenz | 2011-07-03 | 1 | -0/+9 |
|/ |
|
* | Move Coffee generators and templates to Coffee Railtie and create javascript_... | Santiago Pastorino | 2011-06-29 | 3 | -23/+10 |
* | Merge pull request #1899 from ihower/patch_rake_test | José Valim | 2011-06-29 | 1 | -0/+26 |
|\ |
|
| * | Add test to rake test for error messages | Wen-Tien Chang | 2011-06-30 | 1 | -0/+26 |
* | | [IMPORTANT] Make "sprockets/railtie" require explicit. | José Valim | 2011-06-29 | 1 | -4/+10 |
|/ |
|
* | fix test when running Jruby. If Jruby Platform is available the gem will change. | Arun Agrawal | 2011-06-29 | 1 | -2/+10 |
* | Merge pull request #1481 from arunagw/lib_assets | David Heinemeier Hansson | 2011-06-27 | 1 | -1/+2 |
|\ |
|
| * | Using lib/assets only. Javascripts/Stylesheets people can fill later. | Arun Agrawal | 2011-06-16 | 1 | -1/+2 |
* | | Tests added when no option is given with #jruby. It should generate | Arun Agrawal | 2011-06-22 | 1 | -0/+8 |
* | | Making tests according to the changes #jruby | Arun Agrawal | 2011-06-22 | 1 | -3/+4 |
* | | Test added for jdbc-adapter | Arun Agrawal | 2011-06-22 | 1 | -0/+6 |
* | | Railties: added tests for rake assets:clean | James A. Rosen | 2011-06-21 | 1 | -0/+14 |
* | | Create an :assets group in the Gemfile. | José Valim | 2011-06-21 | 2 | -1/+17 |
* | | Add Rails.groups to encapsulate available groups for require. | José Valim | 2011-06-21 | 1 | -0/+15 |
* | | Removed tests for rescue branch for Rails 2.x compatibility | Alexey Gaziev | 2011-06-20 | 2 | -9/+0 |
* | | Attributes on scaffold and model generators default to string. | José Valim | 2011-06-17 | 3 | -16/+21 |
* | | Merge pull request #1676 from neerajdotname/make_test_name_meaningful | Santiago Pastorino | 2011-06-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove "is_assed" with something more meaningful | Neeraj Singh | 2011-06-13 | 1 | -1/+1 |
* | | | namespace engine assets | Ryan Bates | 2011-06-12 | 1 | -12/+16 |
|/ / |
|
* | | Make i18n tests more robust. | José Valim | 2011-06-12 | 1 | -3/+3 |
* | | make 'rails runner' show usage when run without any options | Vijay Dev | 2011-06-10 | 1 | -0/+4 |
* | | Updated test to ensure correct sequence when copying engine/plugin migrations. | Brian Quinn | 2011-06-10 | 1 | -4/+11 |
* | | Merge pull request #1356 from flippingbits/fix_engine_generator | José Valim | 2011-06-09 | 8 | -27/+140 |
|\ \ |
|
| * | | Prepend bundle exec to get the correct Rake version | Stefan Sprenger | 2011-06-07 | 1 | -3/+3 |
| * | | Use RAILS_ISOLATED_ENGINE and fix namespaced generators tests | Stefan Sprenger | 2011-06-07 | 4 | -12/+3 |
| * | | Use mattr_accessor :namespace | Stefan Sprenger | 2011-06-07 | 1 | -3/+0 |
| * | | Don't create full Rails application if RAILS_ISOLATION_COMMAND equals engine | Stefan Sprenger | 2011-06-07 | 1 | -1/+1 |
| * | | Use namespace if it's a mountable engine | Stefan Sprenger | 2011-06-07 | 1 | -9/+44 |
| * | | Added regression tests | Stefan Sprenger | 2011-06-07 | 1 | -12/+5 |
| * | | Move test/engine/generators_test.rb to test/railties/generators_test.rb | Stefan Sprenger | 2011-06-07 | 1 | -1/+1 |
| * | | Add test for helper generator | Stefan Sprenger | 2011-06-07 | 1 | -3/+10 |
| * | | Clean up engine's generator test and use bundle exec for invoking generators | Stefan Sprenger | 2011-06-07 | 1 | -13/+30 |
| * | | Clean up engine generators_test code and add test for models correctly namesp... | Ryan Bigg | 2011-06-07 | 1 | -7/+19 |
| * | | Add beginnings of test for generators within the context of an engine | Ryan Bigg | 2011-06-07 | 1 | -0/+54 |
| * | | Generate script/rails only if --full is given | Stefan Sprenger | 2011-05-27 | 2 | -5/+5 |
| * | | Fix appending ' | Stefan Sprenger | 2011-05-27 | 1 | -1/+1 |
| * | | We're using module not class for namespacing | Stefan Sprenger | 2011-05-27 | 1 | -8/+8 |
| * | | Fix and test ENGINE_PATH and ENGINE_ROOT | Stefan Sprenger | 2011-05-27 | 1 | -0/+8 |
| * | | We're now using generators directly | Stefan Sprenger | 2011-05-26 | 1 | -1/+0 |
* | | | Fix double definition of #teardown. Thanks @mike-burns :+1: | Jon Leighton | 2011-06-06 | 1 | -3/+0 |
* | | | Fix another CIfail :zap: :fire: Deleting RAILS_ENV from ENV doesn't produce t... | Jon Leighton | 2011-06-06 | 1 | -1/+2 |