rails--rails/railties/lib/tasks
Matt Jones 41a94048e5 Fix several issues with the 2.3.2 gem loader.
Incorporates the following:

- migrates back small change to gems:build:force from bfc1609a50 to finish closing #2266.

- unrolls to_proc calls in gems.rake, to match the change in master.

- fixes #2722 by passing the options hash to dependencies during build. (includes a test)

- fixes #2721 by loading the specification directly in from_directory_name. Adds an option to opt-out of specification loading when needed (in gems:refresh_specs, for instance). Includes tests.

- fixes #2679 by refreshing specs for all frozen gems rather than just gems loaded from the environment.

- fixes #2678 by passing the options hash to dependencies during unpack.

Signed-off-by: Michael Koziarski <michael@koziarski.com>
2009-06-09 19:57:38 +12:00
..
annotations.rake
databases.rake Updated the db:structure:dump task to properly format the pgdump command when you have multiple schemas in your schema search path. 2009-06-01 12:12:45 +12:00
documentation.rake
framework.rake Update rails:template task to expand file paths [#2528 state:resolved] 2009-04-21 17:44:35 +01:00
gems.rake Fix several issues with the 2.3.2 gem loader. 2009-06-09 19:57:38 +12:00
log.rake
middleware.rake
misc.rake Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
rails.rb
routes.rake
statistics.rake
testing.rake Force all internal calls to Array#to_sentence to use English [#2010 state:resolved] 2009-02-27 14:22:39 +01:00
tmp.rake