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 …
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…
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'…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…