0
J'insalled JRuby, et quand je tape:bin/jruby -S rails myapp Je reçois la sortie me disant comment utiliser la commande rails?
> bin/jruby -S rails myapp
I get:
bin/jruby -S rails myapp -d mysql
Usage:
rails new APP_PATH [options]
Options:
-r, [--ruby=PATH] # Path to the Ruby binary of your choice
# Default: /Users/snad/dev/jruby/jruby-1.5.2/bin/jruby
-d, [--database=DATABASE] # Preconfigure for selected database (options: mysql/oracle/postgresql/sqlite3/frontbase/ibm_db)
..
..
..
Il semble être conflicing avec mes rails (3.0) installation?
ahh ok donc il y avait une ligne de commande api changement, merci! – Blankman