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 bfc1609a501fc3ed442685819de5bcdb5fbada1c 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 Support for custom annotations with rake notes:custom and DRY up the task definition. 2008-07-03 19:42:58 +03:00
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 Merge docrails along with the new guides and guides generation code 2009-02-06 02:01:22 +00:00
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 Match singular naming from directory structure [DHH] 2006-02-28 22:40:19 +00:00
middleware.rake Move gaint lock into middleware 2008-12-18 12:00:54 -06:00
misc.rake Remove 'core' fluff. Hookable ActiveSupport.load_all! 2009-05-20 18:12:44 -07:00
rails.rb Ensure plugins' rake tasks are loaded before application's rake tasks. [#259 state:resolved] 2008-06-05 12:44:38 +01:00
routes.rake Drop the trailing slash 2007-06-28 18:44:08 +00:00
statistics.rake Really remove components. 2008-11-24 18:48:00 -08:00
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 Correct description of tmp:create task [#1607 state:resolved] [Roderick van Domburg] 2008-12-21 16:10:26 +00:00