Displaying 2 results from an estimated 2 matches for "firstapp".
Did you mean:
first_app
2012 Mar 27
10
`autodetect': Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes
...runtime.rb:55:in `each''
from /home/fakirbaba/.rvm/gems/ruby-1.9.2-p318/gems/bundler-1.1.3/lib/
bundler/runtime.rb:55:in `require''
from /home/fakirbaba/.rvm/gems/ruby-1.9.2-p318/gems/bundler-1.1.3/lib/
bundler.rb:119:in `require''
from /home/fakirbaba/mitin/railsprograms/firstapp/config/
application.rb:7:in `<top (required)>''
from /home/fakirbaba/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.2.2/
lib/rails/commands.rb:53:in `require''
from /home/fakirbaba/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.2.2/
lib/rails/commands.rb:53:in `block in <top (requi...
2012 Mar 17
7
Error installing json.........
hi
I have installed
ruby 1.9.3p125 (2012-02-16) [i386-mingw32]
rails 3.2.2
windows 7
I have tried to create a rails project by using the command from
command line
rails new firstapp
the following is the output...
Using tilt (1.3.3)
Using sprockets (2.1.2)
Using actionpack (3.2.2)
Using mime-types (1.17.2)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.4.4)
Using actionmailer (3.2.2)
Using arel (3.0.2)
Using tzinfo (0.3.32)
Using activerecord (3.2.2)
Using active...