20080717013526_your_migration_name.rb
you can change the file environment.rb
adding the following :
config.active_record.timestamped_migrations = false
giovedì 24 giugno 2010
Change the format of the migration file
If you don't like the format like this
domenica 20 giugno 2010
Problem with Ruby 1.9 64 bit Gem and Zlib dll
I found a solution to run gem command in a windows 7 64 bit environment
I know that ruby 1.9 64 bit have a lake on zlib.so so download the last version of the dll at this address :
http://www.winimage.com/zLibDll/zlib125dll.zip
copy the zlib125dll.zip\dllx64\zlibwapi.dll into your ruby\bin folder
rename the dll into zlib.api
done !
I know that ruby 1.9 64 bit have a lake on zlib.so so download the last version of the dll at this address :
http://www.winimage.com/zLibDll/zlib125dll.zip
copy the zlib125dll.zip\dllx64\zlibwapi.dll into your ruby\bin folder
rename the dll into zlib.api
done !











