activerecord
Tag details
Welcome to the 'activerecord' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'activerecord'.
Look up
"activerecord"
at The Free Dictionary
Latest blogosphere posts tagged “activerecord”
-
ActiveRecord Model Class Name Clash
Floehopper —
Authority: 91
I’ve just spent way too long trying to work out why the validation callbacks were getting called twice on one of my ActiveRecord models. I thought I’d write this up in case it saves someone else some pain. In the end, I narrowed the problem down to the name of the model class which is Sync . I should’ve ...1 week ago -
Putting bloated mongrels on a diet
Across Weirdish Wild Space —
Authority: 133
Um, I’ve done more than a few of these things with ActiveRecord in a Rails app. You probably have too. From the fine folks at the Engine Yard. That’s Not a Memory Leak, It’s Bloat Social Bookmarks1 week ago -
[Rails] use DataTime class with ActiveRecord column
messaliberty —
Authority: 99
ActiveRecord’s :datetime corresponds to ruby Time class. But Time class can’t use old timestamps like 0001-01-01 00:00:00. (ActiveRecord converts 0001-01-01 00:00:00 to 2001:01:01 00:00:00.) So overwrite ActiveRecord to use DateTime class with :datetime. Test Environment: Ubuntu 9.04 ruby 1.8.7 (2008-08-11 ...2 weeks ago -
Connecting to Multiple Databases Using ActiveRecord
The Life Of A Radar —
Authority: 404
You can call establish_connection with the key that points to another database config in your config/database.yml file class Person class Ticket If you have a whole bunch of models that need to connect to another database: class HR3 weeks ago -
Fresh 0.9.2 activerecord-jdbc-adapter Release
Nick Sieger —
Authority: 99
As announced last week on the jruby-user list , 0.9.2, the latest activerecord-jdbc-adapter release, has been pushed out. Please install the gem in the usual fashion and try it out on your applications. One of the most contentious bugs broke db:create and db:drop , ruining the quick-start workflow that Rails ...4 weeks ago -
Richmond Code Camp wrap-up
michael eaton —
Authority:
As I mentioned in a previous post, Bender and I made the insane drive to Richmond for the Code Camp on October 3rd. We both had two sessions on the schedule; he spoke on REST and WCF and I spoke on Castle ActiveRecord and Software Estimation. I’ve attached the code for my ActiveRecord talk to this post. ...4 weeks ago