search for: itsignals

Displaying 4 results from an estimated 4 matches for "itsignals".

Did you mean: 37signals
2011 Mar 09
1
ActiveRecord serialize method not returning YAML array in test environment.
...tring. It seems that YAML serialize is not working there but I have no idea what to do to get it working. I was already trying to figure it out with these, but with no luck. https://rails.lighthouseapp.com/projects/8994/tickets/5002-nested-objects-dont-deserialized-completely-rails-3-beta-4 http://itsignals.cascadia.com.au/?p=10 http://stackoverflow.com/questions/4705867/rails-doesnt-load-classes-on-deserializing-yaml-marshal-objects http://blog.sbf5.com/?p=39 Any advice would be greatly appreciated. Martin -- You received this message because you are subscribed to the Google Groups "Ruby on R...
2009 Aug 31
0
Finally a blog post on Ruby on Rail naming conventions for the nuuubs~~
Just like to share the link http://itsignals.cascadia.com.au/?p=7
2013 May 09
7
why i am getting this error
hi!! i am a newbie in ROR, I am getting this error i understand what the error says but don''y know why i am getting this error. ActiveRecord::StatementInvalid in UserController#new Mysql::Error: Table ''user.users'' doesn''t exist: SHOW FULL FIELDS FROM `users` def new @user = User.new end def edit my user controller file contains :- class
2009 Sep 08
2
Rails + Sybase ASE : group effort, please
Here''s what I have: Ruby 1.8.7 Rails 2.3.3 (activerecord 2.3.3, etc) activerecord-sybase-adapter ( http://itsignals.cascadia.com.au/?p=23 ) Here is the base code (login info was changed to protect me) require ''rubygems'' require ''activerecord'' a = ActiveRecord::Base.establish_connection( :adapter => "sybase", :host => "localhost", :port => 1...