Displaying 3 results from an estimated 3 matches for "acriverecord".
Did you mean:
aciverecord
2008 May 29
2
Making bootstraping faster
Hi.
I''m learning AcriveRecord (I''m not building web apps for now, just
playing with the database layer).
Problem is, when I run the following code:
require ''rubygems''
require ''activerecord''
puts ''hi''
It takes about 6 seconds. I''m using a slow computer. N...
2009 Mar 21
15
mysql encoding with rails 2.3.2 and ruby 1.9.1
when I run console with ruby 1.9.1 and rails 2.3.2, and trying to do
something like
User.first.name.encoding
I''m getting #<Encoding:ASCII-8BIT>, though I''ve set "encoding: utf8"
in database.yml
any suggestions?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2007 Oct 23
11
validates_confirmation_of not working?
I just can''t get validates_confirmation_of working for the life of
me!...
It''s not the first time I''m having problems with it but I just never
understand why!... This time I pretty much followed *exactly* the
example in Agile Rails Development and still...it just won''t work! I put
2 different passwords in the form and it doesn''t trigger an error,