1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test
David Dollar 99d75a7b02 Makes the gem system understand development vs. runtime dependencies [#2195 state:resolved]
The patch also fixes:

* Fixes the chicken/egg problem present in the current gem system when
  gems are defined in the config that are not yet installed.

* Remove the need to have hoe as a dependency of your production app.

* Makes the gem 'unpacking' system a lot less fragile.

Signed-off-by: Matt Jones <al2o3cr@gmail.com>
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-13 10:20:23 +00:00
..
fixtures Ensure public folder structure is setup correctly if the tests are ran out of order, fixes tests in 0c9bbf8 2009-03-10 11:19:32 -05:00
generators Fixed that template runner gem method to output :lib => false correctly [#1940 state:resolved] 2009-03-12 14:45:55 +00:00
mocks
vendor/gems Makes the gem system understand development vs. runtime dependencies [#2195 state:resolved] 2009-03-13 10:20:23 +00:00
abstract_unit.rb
backtrace_cleaner_test.rb Correctly clean backtraces from vendor/gems and gems in alternate install locations 2009-03-09 12:49:58 +01:00
boot_test.rb Vendored gem paths now being loaded if they exist [#2204 state:resolved] 2009-03-13 10:13:57 +00:00
console_app_test.rb
fcgi_dispatcher_test.rb
gem_dependency_test.rb Makes the gem system understand development vs. runtime dependencies [#2195 state:resolved] 2009-03-13 10:20:23 +00:00
generator_lookup_test.rb
initializer_test.rb Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00
metal_test.rb
plugin_loader_test.rb
plugin_locator_test.rb Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00
plugin_test.rb Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. 2009-03-08 13:11:58 -07:00
plugin_test_helper.rb
rack_static_test.rb Ensure public folder structure is setup correctly if the tests are ran out of order, fixes tests in 0c9bbf8 2009-03-10 11:19:32 -05:00
rails_generator_test.rb
rails_info_controller_test.rb
rails_info_test.rb
secret_key_generation_test.rb