aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/tasks
Commit message (Expand)AuthorAgeFilesLines
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-2413-1090/+0
* Prefer utf8_unicode_ci (better) over utf8_general_ci (faster)Jeremy Kemper2009-08-271-1/+1
* Only load db/schema.rb if it exists; otherwise, display a message to run db:m...Joshua Nichols2009-08-091-1/+5
* Use Pathname for checking if sqlite path is absolutePratik Naik2009-08-091-1/+5
* Make sure db:drop doesn't fail when sqlite db is given by an absolute path [#...bastilian2009-08-091-1/+1
* Fixed reference to AR::SessionStore::Session.table_name in session migrationsElad Meidar2009-08-081-1/+1
* Ensure db:drop:all doesn't error out on exception [#2997 state:resolved] [Ant...Pratik Naik2009-08-081-2/+6
* Add rake db:forward - opposite of db:rollback [#768 state:resolved]Cristi Balan2009-08-081-0/+7
* Add option to routes task to target a specific controller with CONTROLLER=x.Mike Breen2009-08-081-3/+4
* Always use application generator to run templates.José Valim2009-07-281-1/+1
* Update db:sessions:create to use the proper generator.José Valim2009-07-212-4/+4
* Modified rake tasks to use new app generator structure and updated Thor version.José Valim2009-07-161-40/+28
* Fix several issues with the 2.3.2 gem loader.Matt Jones2009-06-091-7/+7
* Updated the db:structure:dump task to properly format the pgdump command when...Jeff Dean2009-06-011-1/+3
* better db:create for mysql - do not assume root userVladimir Dobriakov2009-06-011-3/+19
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-2/+2
* Get Railties passing againYehuda Katz2009-05-161-4/+4
* Added db/seeds.rb as a default file for storing seed data for the database. C...David Heinemeier Hansson2009-05-111-2/+11
* Remove stray call to gems:unpack in gems:build:forceMatt Jones2009-05-061-2/+1
* Attempt to deal with more cases of gems with native components.David Dollar2009-04-281-2/+16
* Fix missing core extension dependenciesJeremy Kemper2009-04-281-1/+5
* Update rails:template task to expand file paths [#2528 state:resolved]Stephen Celis2009-04-211-1/+3
* Makes the gem system understand development vs. runtime dependencies [#2195 s...David Dollar2009-03-131-46/+32
* Display gem dependencies correctly and unpack exactly once [#2097 state:resol...Matt Jones2009-03-011-4/+3
* Force all internal calls to Array#to_sentence to use English [#2010 state:res...David Heinemeier Hansson2009-02-271-1/+1
* break out of initializer early if gems aren't loaded [#1750 state:resolved]Matt Jones2009-02-201-2/+2
* Merge docrails along with the new guides and guides generation codePratik Naik2009-02-061-9/+2
* re-enable db:schema:dump so db:migrate:redo dumps the schema after migrating ...Will Bryant2009-02-061-0/+1
* Disable eager loading for all rake tasks [#802 state:resolved]Joshua Peek2009-01-272-2/+3
* Correct description of tmp:create task [#1607 state:resolved] [Roderick van D...Pratik Naik2008-12-211-2/+2
* Move gaint lock into middlewareJoshua Peek2008-12-181-1/+1
* Switch to Rack based session stores.Joshua Peek2008-12-151-1/+1
* Add a rake task to apply a template to an existing application.Pratik Naik2008-12-071-0/+6
* Merge with docrailsPratik Naik2008-12-071-1/+1
* establish mysql connection before dropping databaseAliaksey Kandratsenka2008-12-011-0/+1
* Manually load the DB config rather than firing the whole initializer [Gerrit ...Michael Koziarski2008-12-012-4/+15
* Add internal middleware stack to DispatcherJoshua Peek2008-12-011-0/+7
* Generate rackup dispatcher with rails:update:generate_dispatchersJoshua Peek2008-12-011-0/+1
* Really remove components.Jeremy Kemper2008-11-241-1/+0
* Add a rake task to generate dispatchers : rake rails:generate_dispatchersPratik Naik2008-11-241-0/+8
* Added rake rails:update:application_controller to renamed application.rb to a...David Heinemeier Hansson2008-11-231-1/+11
* Add helper test generators [#1199 state:resolved]Eugene Bolshakov2008-11-171-4/+4
* Remove deprecated Gem.manage_gemsJeremy Kemper2008-11-121-1/+0
* Make refresh_specs more resilient. Always add vendor/gems to gem search path....Matt Jones2008-11-011-1/+2
* Merge with docrailsPratik Naik2008-10-221-1/+1
* Merge with docrails. Also add a rake task to generate guides in your rails ap...Pratik Naik2008-10-211-0/+13
* config.gem: Fix typo in unpack, skip dependencies on unloaded gems, and silen...Matt Jones2008-10-201-1/+2
* Make VendorGemSourceIndex handle broken/missing specs generated by previous v...Matt Jones2008-10-131-0/+10
* Merge docrailsPratik Naik2008-10-051-0/+1
* Fix a number of errors in the config.gem mechanism.Matt Jones2008-10-051-8/+12