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
haml(1) 						      General Commands Manual							   haml(1)

NAME
haml - Translates Haml markup into its HTML equivalent SYNOPSIS
haml [options] [INPUT] [OUTPUT] DESCRIPTION
Uses the Haml engine to parse the selected template and outputs the result to the specified file. OPTIONS
--rails RAILS_DIR Install Haml and Sass to a Rails project -c, --check Just check syntax, don't evaluate. -s, --stdin Read input from standard input instead of an input file --trace Show a full traceback on error -t, --style NAME Output style. Can be indented (default) or ugly. -f, --format NAME Output format. Can be xhtml (default), html4, or html5. -e, --escape-html Escape HTML characters (like ampersands and angle brackets) by default. -q, --double-quote-attributes Set attribute wrapper to double-quotes (default is single). -r, --require FILE Same as 'ruby -r'. -I, --load-path PATH Same as 'ruby -I'. --debug Print out the precompiled Ruby source. -?, -h, --help Show a usage summary -v, --version Print version SEE ALSO
This program is shipped as part of the libhaml-ruby1.8 library package, you can check its corresponding documentation can be found in the libhaml-ruby-doc package. AUTHOR
This manual page was written by Gunnar Wolf <gwolf@debian.org>, based on the command-line output of this program, for the Debian GNU/Linux system (but may be freely used by others). December 18, 2008 haml(1)