Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attributes on scaffold and model generators default to string. | José Valim | 2011-06-17 | 3 | -16/+21 |
| | | | | This allows the following: "rails g scaffold Post title body:text author" | ||||
* | 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 | ||||
| * | 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 |
|\ | | | | | Fix engine's generator | ||||
| * | 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 ↵ | Ryan Bigg | 2011-06-07 | 1 | -7/+19 |
| | | | | | | | | namespaced | ||||
| * | 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 ↵ | Jon Leighton | 2011-06-06 | 1 | -1/+2 |
| | | | | | | | | the desired result if RACK_ENV is still defined. And in any case it's better to be explicit here, so just set RALS_ENV=development. | ||||
* | | Solve the RAILS_ENV problem in the railties tests in a more generic way | Jon Leighton | 2011-06-06 | 31 | -22/+117 |
| | | |||||
* | | Fix for CI server. Dependent on RAILS_ENV=development | Arun Agrawal | 2011-06-06 | 1 | -0/+6 |
| | | |||||
* | | loading_test.rb with RAILS_ENV=development | Arun Agrawal | 2011-06-06 | 1 | -0/+6 |
| | | |||||
* | | framework_test.rb also dependent on RAILS_ENV=development | Arun Agrawal | 2011-06-06 | 1 | -0/+6 |
| | | |||||
* | | load_path_test.rb is also dependent on RAILS_ENV=development | Jon Leighton | 2011-06-05 | 1 | -0/+6 |
| | | |||||
* | | Force RAILS_ENV=development in rackup_test.rb. This fixes a problem on the ↵ | Jon Leighton | 2011-06-04 | 1 | -0/+6 |
| | | | | | | | | CI server. For some reason the RAILS_ENV on the CI server is production, which means that the ActionDispatch::Static middleware is not used, and so the request in 'config.ru can be racked up' returns a 404 rather than a 200. | ||||
* | | properly require javascript libraries when generating mountable engine | J. Edward Dewyea | 2011-05-30 | 1 | -0/+22 |
|/ | |||||
* | Use global namespace Rails | Stefan Sprenger | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Ensure RDoc::Task exists even if 'rdoc/task' was not required | Akira Matsuda | 2011-05-26 | 2 | -11/+2 |
| | |||||
* | Merge pull request #1301 from amatsuda/require_rdoc_task_fail | Xavier Noria | 2011-05-25 | 2 | -2/+11 |
|\ | | | | | require 'rake/rdoctask' if failed to require 'rdoc/task' | ||||
| * | require 'rake/rdoctask' if failed to require 'rdoc/task' | Akira Matsuda | 2011-05-26 | 2 | -2/+11 |
| | | | | | | | | | | fixes a regression introduced by b921679d0dd3d5ca16f0362c2b34e7703cfe15e5 require 'rdoc/task' fails if the system RDoc version is below 2.4.2 (e.g. CRuby 1.8.7) | ||||
* | | Improve test assertion | Stefan Sprenger | 2011-05-25 | 1 | -1/+3 |
| | | |||||
* | | Remove whitespaces from empty line | Stefan Sprenger | 2011-05-25 | 1 | -1/+1 |
| | | |||||
* | | Add test files to engine's gemspec | Stefan Sprenger | 2011-05-25 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #1260 from flippingbits/master | José Valim | 2011-05-25 | 1 | -0/+5 |
|\ | | | | | Remove shebang from the template | ||||
| * | Add test for shebang in engine's script/rails file | Stefan Sprenger | 2011-05-24 | 1 | -0/+5 |
| | | |||||
* | | Using load_generators | Arun Agrawal | 2011-05-25 | 1 | -1/+1 |
| | | |||||
* | | Use load_generators instead. | José Valim | 2011-05-25 | 1 | -4/+2 |
| | | |||||
* | | Merge pull request #1288 from guilleiguaran/railties-deprecations | José Valim | 2011-05-25 | 3 | -125/+1 |
|\ \ | | | | | | | Remove Railties deprecated methods | ||||
| * | | Remove deprecated plugin generator | Guillermo Iguaran | 2011-05-24 | 1 | -71/+0 |
| | | | |||||
| * | | Removing Deprecated Path API tests | Guillermo Iguaran | 2011-05-24 | 1 | -53/+0 |
| | | | |||||
| * | | Removing deprecated config.paths.app.controller API | Guillermo Iguaran | 2011-05-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1287 from ↵ | José Valim | 2011-05-25 | 1 | -7/+0 |
|\ \ \ | |/ / |/| | | | | | | | | guilleiguaran/removing-test_load_generators_from_railties load_generators_from_railties was removed, remove test with error about it | ||||
| * | | load_generators_from_railties was removed, remove failing ↵ | Guillermo Iguaran | 2011-05-24 | 1 | -7/+0 |
| | | | | | | | | | | | | test_load_generators_from_railties |