I started using Terminator, the teminal emulator, but when I run a rails application it can't find Rails.
humberto@asterix:~$ rails -v
The program 'rails' can be found in the following packages:
* rails
* ruby-railties-3.2
Try: sudo apt-get install <selected package>
Does anyone knows how to solve it?
Using paperclip (3.2.0)
Using polyamorous (0.5.0)
Using pr_geohash (1.0.0)
Using slop (3.3.3)
Using pry (0.9.10)
Using pry-rails (0.2.2)
Gem::RemoteFetcher::FetchError: too many connection resets (http://tokyo-m.rubygems.org/gems/rails-boilerplate-0.1.9.gem)
An error occurred while installing rails-boilerplate (0.1.9), and Bundler cannot continue.
Make sure that gem install rails-boile
I'm inside of the terminal right now and just about to make a new application.
I am trying to install Ruby on Rails and I have followed the following link for the install
https://www.digitalocean.com/community/articles/how-to-install-ruby-on-r....
I am trying to install Ruby on Rails. and i have followed the following link for the install
https://www.digitalocean.com/community/articles/how-to-install-ruby-on-r....
I have RVM installed with Ruby 1.9.3 and Rails
$ rails -v
Rails 3.2.8
system: "redhat/5.8/x86_64"
I am trying to start the rails server using either: 'rails server -d' or even just 'rails'
however I am getting the following error:
$ rails server -d
/home/lauren/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:55:in `require': libcrypto.so.1.0.0: cannot ope
Are there any Ruby on Rails developer here?I want to learn Rails and setting it up on Crunchbang is proving to be a major pain. I think most Rails developers are using Mac OS X instead of Linux. After hours of googling (many of the information are out of date), I gave up andinstalled it in 5 minutes on Win7 using http://railsinstaller.org.
When trying to run rails g migration a, I get the following message
Thor is not available.
If you ran this command from a git checkout of Rails,
please make sure thor is installed, and run this command
as `ruby script/rails
Now few days this did work, and I did check my gemfile and I find thor like this
thor (0.16.0)
but it doesn't seem to work, what should I do?
I just switched from Heroku to Amazon Web Services. Previously I ran all of my Rails command line commands using my Command Prompt with Ruby (from my Windows PC).