Comments on: Ruby on Rails Migrations Reloaded http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/ Experiences with Ruby and Rails, Web2.0 and other development technologies Sat, 22 Nov 2008 01:23:55 +0000 http://wordpress.org/?v=2.6.2 By: Richard http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-25565 Richard Fri, 30 Nov 2007 21:16:55 +0000 http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-25565 <p>There is a really useful Rails Migrations cheatsheet in printable PDF format available for download here: <a href="http://dizzy.co.uk/articles/rails-migrations" rel="nofollow">Rails migrations cheatsheet reference</a></p> There is a really useful Rails Migrations cheatsheet in printable PDF format available for download here: Rails migrations cheatsheet reference

]]>
By: Craig http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-937 Craig Sun, 08 Oct 2006 11:24:21 +0000 http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-937 <p>Donny,</p> <p>Somewhat late reply but you can use: change<em>column(table</em>name, column_name, type, options)</p> Donny,

Somewhat late reply but you can use:
changecolumn(tablename, column_name, type, options)

]]>
By: donny http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-734 donny Fri, 25 Aug 2006 18:16:00 +0000 http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-734 <p>using migration, how do I change a column type. For example, I did this: add_column :products, :price, :decimal. Now I want decimal to be of type float.</p> using migration, how do I change a column type. For example, I did this: add_column :products, :price, :decimal. Now I want decimal to be of type float.

]]>
By: Like Your Work » Blog Archive » links for 2006-08-05 http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-673 Like Your Work » Blog Archive » links for 2006-08-05 Sat, 05 Aug 2006 00:30:20 +0000 http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-673 <p>[...] Ruby, Rails, Web2.0 » Blog Archive » Ruby on Rails Migrations Reloaded (tags: rails ruby RubyOnRails) [...]</p> [...] Ruby, Rails, Web2.0 » Blog Archive » Ruby on Rails Migrations Reloaded (tags: rails ruby RubyOnRails) [...]

]]>
By: Ruby, Rails, Web2.0 » Blog Archive » Ruby on Rails Migrations http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-22 Ruby, Rails, Web2.0 » Blog Archive » Ruby on Rails Migrations Wed, 24 May 2006 10:14:46 +0000 http://www.rubyrailways.com/ruby-on-rails-migrations-reloaded/#comment-22 <p>[...] Update: Check out my recent post: Ruby on Rails Migrations: Reloaded for an update. [...]</p> [...] Update: Check out my recent post: Ruby on Rails Migrations: Reloaded for an update. [...]

]]>