Re: [Rails] Re: rails server

2014-11-22 Thread Darko Vulin
2014 16:05, Darko Vulin darkopm...@gmail.com wrote: I am usung Linux Mint 17 and RVM so I created an issue on https://github.com/wayneeseguin/rvm/issues/3153 That issue does not seem to have much to do with the javascript runtime problem that you asked about. Colin -- You received

[Rails] Re: rails server

2014-11-21 Thread Darko Vulin
, 2014 12:07:22 AM UTC+2, Darko Vulin wrote: I have done *bundle install* and *bundle update *successfully*.* But *rails server *is not working. I have also tried *rails s -p $PORT -b $IP*. *darko@darko-Lenovo-G570 ~/sample_app $ gem install execjs* Successfully installed execjs-2.2.2 Parsing

[Rails] db:migrate

2014-11-21 Thread Darko Vulin
I have done bundle install and bundle update. Here is my [timestamp]_create_users.rb class CreateUsers ActiveRecord::Migration def change create_table :users do |t| t.strig :name t.string :email t.timestamps null:false end end end piga@PIGA-PC

[Rails] rails server

2014-11-18 Thread Darko Vulin
I have done *bundle install* and *bundle update *successfully*.* But *rails server *is not working. I have also tried *rails s -p $PORT -b $IP*. *darko@darko-Lenovo-G570 ~/sample_app $ gem install execjs* Successfully installed execjs-2.2.2 Parsing documentation for execjs-2.2.2 Installing ri

[Rails] Re: instaling rails 4.0.8

2014-10-13 Thread Darko Vulin
with, and running Rails applications. And* railties 4.1.6* Tools for creating, working with, and running Rails applications.Executable is rails. I need rails 4.0.8, not 4.1.6. Thanks Dana petak, 10. listopada 2014. 11:42:21 UTC+2, korisnik Darko Vulin napisao je: I am on win7. I installed ruby 2.0.0

[Rails] instaling rails 4.0.8

2014-10-10 Thread Darko Vulin
I am on win7. I installed ruby 2.0.0 but I don't know how tu install rails 4.0.8. I need this enviroment for Ruby on Rails tutorial. Thank's -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving

[Rails] Re: instaling rails 4.0.8

2014-10-10 Thread Darko Vulin
Before I used Rails instaler for windows but than I got ruby 1.9.3 and rails 4.1.1. Dana petak, 10. listopada 2014. 11:42:21 UTC+2, korisnik Darko Vulin napisao je: I am on win7. I installed ruby 2.0.0 but I don't know how tu install rails 4.0.8. I need this enviroment for Ruby on Rails