unix and linux operating commands

Guide to Ruby on Rails Migrations


 
Thread Tools Search this Thread
# 1  
Old 04-06-2008
Guide to Ruby on Rails Migrations

Join the exodus and make managing your database schemas a snap.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Programming

Ubuntu ruby on rails

Hi, I am a php developer and I decided to learn ruby on rails. I have a few question. I have an ubuntu virtual machine with lamp. It mean that it has alrweady php and when I access the ip of the machine from my browser it does load the index.php. if I install ruby on rails will theere... (0 Replies)
Discussion started by: programAngel
0 Replies

2. Linux

help plz "ruby on rails'

hey guys i'm currently working as a linux administrator in a company my team leader gave me a task, for sorry i can't get it done i want to run rruby rails on apache webserver and i cant get that done by fcgid or ruby mod or anything i want to use rubygems inside rails plz post me ur experience not... (0 Replies)
Discussion started by: Extend
0 Replies
Login or Register to Ask a Question
sequel(1)						      General Commands Manual							 sequel(1)

NAME
sequel - The Database Toolkit for Ruby SYNOPSIS
sequel <uri|path> [options] DESCRIPTION
Sequel is a lightweight database access toolkit for Ruby. OPTIONS
-C, --copy-databases Copy one database to another -d, --dump-migration Print database migration to STDOUT -D, --dump-migration-same-db Print database migration to STDOUT without type translation -e, --env ENV Use environment config for database -l, --log logfile Log SQL statements to log file -L, --load-dir DIR Loads all *.rb under specified directory -m, --migrate-directory DIR Run the migrations in directory -M, --migrate-version VER Migrate the database to version given -N, --no-test-connection Do not test the connection -t, --trace Output the full backtrace if an exception is raised -?, -h, --help Show this message -v, --version Show version SEE ALSO
This program is shipped as part of the lisequel-ruby1.8 library package, you can check its corresponding documentation can be found in the libsquel-ruby-doc package. AUTHOR
This manual page was written by Deepak Tripathi <apenguinlinux@gmail.com>, based on the command-line output of this program, for the Debian GNU/Linux system (but may be freely used by others). May 25, 2010 sequel(1)