0
votes
0answers
51 views

ActiveRecord::AssociationTypeMismatch ruby 1.8 without using spork

I have models specs, controllers spec and request spec. When I run: rspec spec models spec are run first, then request and then when controller specs are run the specs for the first ...
0
votes
0answers
516 views

Rails 3 - link_to image in ruby 1.8 and 1.9

I have upgraded my localhost version of ruby from 1.8.7 to 1.9.2 and I got some errors in my templates. For example, in ruby 1.8.7 I use following: <%= link_to ((image_tag 'image.png', :alt ...
0
votes
2answers
816 views

Ruby 1.8.7 -> upgrade to 1.9.2

I have my Rails app in version 3.0.9 and Ruby in version 1.8.7. My app works fine, but with one important negative: is really slow. I have been looking for possible solution for this problem and as ...
2
votes
1answer
77 views

How to get the i'th character from utf-8 String in Ruby 1.8.7?

Given the following constant: RUSSIAN_LOWERCASE_ALPHABET = "абвгдеёжзийклмнопрстуфхцчшщъыьэюя" When trying to get one letter: content_tag(:span, RUSSIAN_LOWERCASE_ALPHABET[0]) Ruby 1.9.2 does ...
1
vote
1answer
1k views

undefined method “has_attached_file” with paperclip

I'm getting some unexpected behavior from my app while Upgrading to from Rails 2.3.11 to 3.1, particularly in relation to Paperclip. I've added the gem 'paperclip' to my Gemfile, and I ran bundle ...
0
votes
2answers
2k views

Login with Facebook via Rails

As a relative newbie to Rails, I'm not sure how to approach this. I am looking to add a basic "Login with Facebook" feature to a practice site I am developing. I am stuck on two fronts: Most Rails ...
1
vote
1answer
151 views

I'm running a Rails 2.3.4 app and am wondering if i should upgrade to 3.0?

i am developing a app and have been for a while using Rails 2.3.4 but I'm wondering if i should try to update, or keep waiting, never upgrade, i suppose I have a couple options. I am using ruby ...