rails--rails/railties/lib
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
..
commands Fixed an incompatibility with Ruby 1.9. 2009-03-10 11:37:23 -07:00
rails Makes the gem system understand development vs. runtime dependencies [#2195 state:resolved] 2009-03-13 10:20:23 +00:00
rails_generator Fixed that template runner gem method to output :lib => false correctly [#1940 state:resolved] 2009-03-12 14:45:55 +00:00
tasks Makes the gem system understand development vs. runtime dependencies [#2195 state:resolved] 2009-03-13 10:20:23 +00:00
code_statistics.rb
commands.rb
console_app.rb Put back dispatcher cleanup call in console reload! [#2056 state:resolved] 2009-02-24 10:52:51 -06:00
console_sandbox.rb
console_with_helpers.rb
dispatcher.rb Bump up the year in MIT license files 2009-01-18 05:28:21 +00:00
fcgi_handler.rb Fix up failing tests broke by 2316e7d 2009-02-07 00:35:15 -06:00
initializer.rb Makes the gem system understand development vs. runtime dependencies [#2195 state:resolved] 2009-03-13 10:20:23 +00:00
performance_test_help.rb
rails_generator.rb
railties_path.rb
ruby_version_check.rb
rubyprof_ext.rb
source_annotation_extractor.rb
test_help.rb Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
webrick_server.rb