Questions tagged [railsinstaller]

Install Ruby on Rails / Ruby on Windows and OSX with easy.

Railsinstaller is an opensource project.

45 questions
0
votes
1 answer

Heroku git update on windows

The Heroku toolbelt on windows shows that the installed version has security vulnerabilities. refers to this article https://blog.heroku.com/archives/2014/12/24/update_your_git_clients_on_windows_and_os_x Which advises to download myssygit latest …
sayth
  • 6,696
  • 12
  • 58
  • 100
0
votes
1 answer

RailsInstaller: Can I maintain the gem fold when re-installing a new version?

This is on Windows. I just upgrade from Ruby 1.9.3 to Ruby 2.1.0 using RailsInstaller( and with other component like git, devkit, etc..). I doing this by uninstall the previous version, and then install a newer one. The problem is that after…
ZK Zhao
  • 19,885
  • 47
  • 132
  • 206
0
votes
2 answers

Rails Installer C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/rack-1.5.2/lib/rack/server.rb:353:in `kill': Invalid argument (Errno::EINVAL)

I am using Windows 7. I downloaded and ran the rails installer "railsinstaller-2.2.5.exe" Then I followed the https://gist.github.com/luislavena/f064211759ee0f806c88 for 'SSL upgrades on rubygems.org and RubyInstaller versions'…
0
votes
2 answers

rails server doesn't start - Error messages

I just installed the railsinstaller on my Windows 7. I created a sample_app folder inside my C:/Sites. I updated everything with "gem update". When I want to start a server, I got the following error: Lanti@LANTI-PC /c/Sites/sample_app $ rails…
Lanti
  • 2,299
  • 2
  • 36
  • 69
0
votes
1 answer

Pik not installing latest patch level for ruby version 1.9.3

I used RailsInstaller (for Windows) to set up my environment for my Rails 3 app. I recently installed Pik so that I can update my ruby version as well. According to the Pik docs https://github.com/vertiginous/pik/wiki/Usage, running 'pik install…
mattq
  • 89
  • 10
0
votes
1 answer

Rails Installer - How to update just ruby from 1.9.x to 2.0 +?

I installed with railsinstaller with Ruby version 1.9.3 Can I simply change my Gemfile to specify a different version of Ruby, or does updating Ruby not work like gems? I don't want to break anything during my fiddling. I wish to avoid: 1) having…
ahnbizcad
  • 10,491
  • 9
  • 59
  • 85
0
votes
3 answers

Problems with migration, "undefined method `ext'" in Active Record?

I installed this with railsinstaller: C:\Sites>ruby -v ruby 1.8.7 (2010-12-23 patchlevel 330) [i386-mingw32] C:\Sites>rails -v Rails 3.0.3 C:\Sites>gem -v 1.3.7 I used railinstaller to install Ruby on Rails. At first I installed the 3.0.0 version…
DQ_happy
  • 505
  • 2
  • 6
  • 20
0
votes
1 answer

I am trying to install Rails on Mac however it wont let me

I am trying to install Rails on my Mac however everytime i try to install it I receive this: $ gem install rails /Users/macbook/.rvm/rubies/ruby-2.1.0/lib/ruby/2.1.0/psych.rb:369:in `parse': (): mapping values are not allowed in this…
PBukuras
  • 67
  • 9
0
votes
2 answers

Rails cannot load rubygems/defaults file on Windows

Versions, dependencies, and other information: Ruby: 1.9.3p392 (2013-02-22) [i386-mingw32] Rails: 3.2.13 Gemfile located at: http://pastebin.com/z9u40Jca For some reason, whenever I run any gem based command, it gives me this error: $ rails…
0
votes
2 answers

Creating new rails project throws exception when installing json

I'm kind of newbie in ruby and I'm trying to create a new project in my Win8.1 pc. I'm using the latest rails installer. The installations ends successfully but when I run rails new my_project I got this error when it is Installing json. Installing…
Ricbermo
  • 815
  • 1
  • 6
  • 28
0
votes
2 answers

Constant Error Running Ruby on Rails on Windows 8

I've almost pulled out all the remaining hair on my bald head. I've been tinkering with Ruby on Rails on Windows 7 and it works great. I use RailsInstaller 2.2.1 and AptanaStudio3 as my IDE on Windows 7 64bits. However, going through similar…
Afloz
  • 3,625
  • 3
  • 25
  • 31
0
votes
1 answer

RailsInstaller not completing install on OS X 10.6, not responding

I'm new to Ruby on Rails and to web development in general. Yesterday I successfully installed Git, osx-gcc-installer, RVM and Ruby on my Mac OS X 10.6. To try to get Rails and everything else I need, I downloaded RailsInstaller for OS X 10.6 and…
user2297519
  • 21
  • 1
  • 1
  • 2
0
votes
1 answer

What made the `ls` command available on Windows? (IronRuby and Rails Installer.)

I'm completely new to Ruby (and thus Rails) and I'm going through Hartl's second edition. Sorry in advance to ask such a novice question; I'm really inexperienced with Windows command-line. I'm confused by the fact that the command-line session that…
0
votes
1 answer

Installing Sphinx on Railsinstaller

I used railsinstaller to install rails into OS Windows. To work with project I use Aptana. And I want to use gem "thinking-sphinx", "~> 2.0.13" into my project. When I started indexes - rake thinking_sphinx:index - I have a mistake Sphinx cannot be…
-1
votes
1 answer

How fix rails errors installation?

When Running this command rails new test --api I found this error /.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/railties-6.0.2.1/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt:10: syntax error, unexpected ')', expecting…
Omnia Magd
  • 394
  • 2
  • 10
1 2
3