0
votes
2answers
46 views

Stopped Gem Update, Now Rails isn't recognized and unintall/reinstall didn't work

I'm VERY new to this, so sorry if there's a simple fix, and please be step-by-step specific if you're kind enough to answer. This is what I'm getting... Thanks!!! $ rails -v ...
2
votes
1answer
57 views

Rvm current and ruby-v not matching, $PATH errors?

I'm working on an RoR app, and I do not have sudo access to the server (CloudLinux Server release 6.3). The server uses cPanel 11.36 which does not support Rails 3.x, so the admin used Passenger to ...
0
votes
3answers
53 views

Ruby version conflict using rvm

I have some conflicts of ruby version. When I run ruby -v in my terminal (in osx), I get the 1.8.7 version. I tried to upgrade ruby version, installing rvm, with this command curl -L ...
1
vote
2answers
37 views

Implementing version systems in database [closed]

Let me please state my scenario. I have an application in which I would play around with some data, thats stored in the Database. For, eg: a gaming application. 1) Right now, say my app runs at ...
0
votes
3answers
394 views

Issue with Rails after RVM installation

I had the Rails 3.2.9 installed before I did the following. I installed RVM using the command 'curl -L https://get.rvm.io | bash -s stable --ruby' referring https://rvm.io/rvm/install/ Then ruby ...
0
votes
4answers
56 views

Using the Right Ruby Version With RVM on Ubuntu

There is a discrepancy between my ruby version of RVM, and the actual version that my system seems to use. Discrepancy: max@max-VirtualBox:~/ruby/app$ ruby -v ruby 1.8.7 (2011-06-30 patchlevel 352) ...
5
votes
2answers
242 views

CarrierWave with custom processor not registering

I am using carrierwave to upload a video then have a version called thumb with a custom processor that takes the video and creates a screenshot using streamio-ffmpeg. Both the video and the file are ...
1
vote
1answer
51 views

How safe are incorrect version numbers in Rails migrations?

Here's a bit of an odd question that's partially covered in some other posts, but not adequately answered directly. We have some migration version numbers in our schema_migrations database that were ...
0
votes
2answers
407 views

Ruby Version Confusion

Need a bit of help with installing Ruby and RoR I installed everything initially last weekend (15/09/2012) including Ruby, RoR and RubyMine. I've just opened a Command Prompt on my win 7 64bit box ...
1
vote
1answer
198 views

How to update java version used by Jruby?

I am really lost in these Java things. The latest java versions are announced in the site of Oracle. And as you can see from the next screenshot, my current version is: Then, why my Jruby is not ...
0
votes
4answers
97 views

rails not starting with the right version

This must be a simple question, but I could not find the answer by browsing this forum. When I check rails version, it shows version 3.2.8 user@domain.com [~/rails_apps]# rails -v Rails 3.2.8 ...
1
vote
1answer
146 views

What is the difference between Rails 3.0 and 3.2? [closed]

My web host uses Rails 3.0, but I have Rails 3.2 installed on my computer. What are the differences between both of them? Will 3.2 code run on my web server? What do I need to do to make my code ...
0
votes
2answers
76 views

different versions for the same controller action rails 3

I have a action something like: def show @p = Post.find(params[:id]) respond_to do |format| format.html format.js end end I get a url something: ...
2
votes
2answers
204 views

rails generate migration : no more version number - acts_as_archive compatibility?

Certainly a newbie question, but here is it : when i do a "rails generate migration xxx", i get : ... create db/migrate/_xxx.rb No timestamp and not any kind of numbering I tried rake ...
0
votes
2answers
67 views

Rails to always save a changed state what method would you override

Ok.. so I have boss that's a bit of a nut when it comes to using the date as an indicator of change. He doesn't trust it. What I want to do is have something work the same way as the date update ...
0
votes
3answers
1k views

Beginning with Ruby on Rails. How do Gemfile and how gems work when specifying versions to download?

I tried reading the documentation but this still wasn't clear to me: Suppose my I have the following statements in my Gemfile: source 'https://rubygems.org' gem 'rails', '3.2.2' # Bundle edge ...
1
vote
2answers
1k views

Two versions of rake installed = errors

I've just upgraded to ruby 1.9.3 and rails 3.2.2. I'm trying to create this application: rails new myapp -m ...
4
votes
4answers
562 views

Where can I find a list of the various rails versions?

I'm having an issue with rails 3.0.7 that led me to this subquestion: Where can I find the list of rails version for 3.0, e.g. 3.0.0, 3.0.1, 3.0.11,. etc. ? I've googled and looked at wikipedia and ...
3
votes
3answers
296 views

limiting version attributes in mongoid

I'm using Mongoid::Versioning which works great except that I would like to prevent several fields from being versioned. There's not a lot of info written about it in the docs so I'm not sure how to ...
4
votes
3answers
427 views

Create a new project in rails older version

I have rails version 3.2.1 in my machine. The other versions installed are 3.0, 3.0.3. Whenever i run rails new PROJECT_NAME command ,the project gets created in version 3.2.1. I want to create ...
0
votes
1answer
90 views

Any suggestion for a stable and compatible version of Ruby on rails

Ok, there are similar question about this but I'm going a little bit further. I started working with Rails 3.2 but many of the things I wanted to do were not yet compatible. For example I was ...
0
votes
1answer
83 views

Vestal_versions : List all the versions of the edit in the rails app

i am using vestal_version in my rails app. And i am wondering how do I show the previous versions edit links with respect to what is at the above entry. My html.erb code is <tbody> ...
2
votes
1answer
121 views

RubyMine - ruby - what does [global] mean in rvm, should i use a global or non-global sdk

When picking from a list of RVM versions, for many versions I see two versions, as in: RVM:ruby-1.9.2-p180 [global] plus also: RVM:ruby-1.9.2-p180 Does it matter which I use?
2
votes
1answer
688 views

How do I store versions of model data in rails?

I want to implement a way to version models in a ruby on rails app. (version 3.1+). What I am after is much like what mediawiki does; making it easy to diff the changes made, showing what changed and ...
1
vote
1answer
41 views

“Practical Rails” version requirements

I am getting ready to get started in "Practical Rails: Social Networking Sites" and I was hoping that someone could clue me in on what versions of Ruby and Rails I need to get it all started. I am ...
1
vote
1answer
829 views

rails -v returns 2.3.5 but gem uninstall rails offers to uninstall version 3.1

I am trying upgrade Rails. I am pretty sure that Rails 3.1 is now installed, however my rails apps still have no Gemfile, and rails -v returns 2.3.5. When I type "gem uninstall rails" I get: ...
0
votes
1answer
138 views

Error running Ruby on Rails on Windows

while running Ruby on Rails program i got an error as follows, "3168" C:/Ruby187/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:55: uninitialized constant ...
3
votes
2answers
2k views

How do I remove a directory from github?

I have a folder in vendor/plugins/ that I deleted and committed as a delete in my github. But the folder still exists on github. How do I remove it from github as well? This..may be a submodule.. I'm ...
0
votes
1answer
336 views

Rails model versioning - one model with independently versioned columns

I have a model for a multilingual website with wiki functionality which contains various fields I wish to have versioned, however I need to revert changes made to some columns but not others. For ...
1
vote
2answers
2k views

Rake 0.9.1 causing rake:db:migrate to yield deprecation issue, can't downgrade to 0.8.7

I ran a bundle install on my Gemfile recently, and tried to rake:db:migrate. This migration didn't work, and outputs: WARNING: Global access to Rake DSL methods is deprecated. Please include ... ...
6
votes
4answers
5k views

Use older version of Rake

I have Rake version 0.9.1 but I need to use 0.8.7 for a project, and I'm fairly certain I have both version installed but it always uses 0.9.1 by default. Is there a way to specify which version of ...
1
vote
2answers
451 views

Is it okay to use Rails 3.1 for a new project? Is hard to convert over?

I have just started using 3.0.7. I am about 2 weeks of development in. I was wondering if I should keep building for 3.0.7 or switch to 3.1 before I have too much code to port over? I like most of ...
1
vote
1answer
89 views

Making scripts use 1.8.7 and Rails use 1.9.2

In order to use my system management scripts that I have made for my system, I need to run them under Ruby 1.8.7. However, a Rails book that I am reading requires me use 1.9.2. I have both installed ...
0
votes
1answer
116 views

Rolling out new version of a Rails app

I wonder how people deal with gradually rolling out features and versions in a production evironment. the scenario is where you have two versions of tested code one already in production and one to be ...
1
vote
2answers
393 views

Unable to run tests in a rails app due to rubygems (LoadError)

I am trying to run some basic tests in my rails app following the edgeguides. My rails app is working fine, it's only when trying to run the tests. When running a test, I get: ...
0
votes
1answer
81 views

rails undefined method - unix/ruby version pb?

First off, I'm French so please forgive my language errors :$. I have two rails environments set up. One at home which I use for basically developing the web app and the other one is running on a ...
0
votes
2answers
54 views

Implemented Rails 3, but “rails -v” is still 2.3.10?

I can see the rails 3 gem from gem list. But why the rails -v still tell 2.3.10? What should I do to update it?
0
votes
0answers
106 views

Rails version not shown post installation

I guess an important thing that might come to your mind when you see this post is that.. It may have been better if I would post this question in askubuntu. I actually did that first if you are of ...
0
votes
1answer
325 views

ruby version downgrade issue

I have install rails 3.0.3 and 2.3.8 as well.So I have both version of rails.Now i want to use 2.3.8 version .But when I creating project its giving error ,and asking for using the command :"rails ...
0
votes
1answer
142 views

Ruby on Rails — How can I update ruby to >= 1.8.7

I've been trying to figure this out but its starting to make me want to pull my hair out. I'm installing RoR on a new machince using instantrails. Whenever I run "gem update --system", I get the ...
4
votes
3answers
151 views

How can I access rails 2.3.x commands when rails 3 is installed?

I'd like to play around with rails 3, but I'm still used to rails 2.3.8 so I have them both installed. Wanting to make a quick rails app to demonstrate how a plugin works, I want to run the command ...
0
votes
1answer
25 views

Rails - how do I confirm the version of a plugin

I noticed that a rails plug-in I am using has had several fixes made to it, and im a little worried about all the other rails apps i have written. Ideally I would like to have a script that can ...
0
votes
1answer
29 views

Specifying the range of supported Rails versions in a project

The config/environment.rb of my rails project contains this line: RAILS_GEM_VERSION = '>= 2.3.2' unless defined? RAILS_GEM_VERSION Which makes sure that only Rails of version 2.3.2 or greater ...
2
votes
5answers
5k views

Multiple Rails versions for multiple projects

I'd like to use Rails 2.2.2 for one project and Rails 2.3.2 for another. Both are installed. What is rails _2.2.2_ --version supposed to do? I've read that it makes 2.2.2 the working version -- that ...
0
votes
1answer
126 views

Is there a definitive list of differences between the Ruby on Rails versions?

Is there a list of the differences between the various versions of Rails somewhere on the web? I'm working through an older book about Rails that uses Rails 1.2. I know there are other ways to learn ...
2
votes
1answer
105 views

Version numbers of Rails plugins?

Is there a standardized command to determine the version number of a plugin, similar to ruby script/about? For example, I need to figure out which version of exception_notification I'm running. Here's ...
2
votes
2answers
572 views

How can my Rails app accept RAILS_GEM_VERSION minor version bumps

My rails project has this line in /config/environment.rb # Specifies gem version of Rails to use when vendor/rails is not present RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION As we ...
1
vote
2answers
64 views

Rails version changes regarding tutorials?

I've been going through some good (seeming) resources for Rails tutorials, and will dutifully follow the steps until halfway through I realize a helper has been dropped or something else has changed. ...