Posts Tagged “activerecord”
GitHub pulls, and Tableless Model improvements
by Kenneth Kalmer on May 26, 2008
I checked up on ActiveRecord::Tableless and saw a fork that had some promising changes in, so I set out to pull those changes back to my repo. Seemed simple enough, I followed Steven Bristol’s steps and it worked. The changes (…)
Cohosting on Rubyforge & GitHub
by Kenneth Kalmer on May 2, 2008
Thanks to Dr Nic Williams for highlighting this at such an awesome time. I’ve got the source for ActiveRecord::Tableless now on GitHub and RubyForge, thanks to git. So you can grab a copy any time you want and contribute patches (…)
ActiveRecord::Tableless 0.1
by Kenneth Kalmer on May 1, 2008
ActiveRecord::Tableless has just been released to Rubyforge.org First made popular on the (now extinct) RailsWeenie.com fourms, the tableless model has been very popular. Why a tableless model? Read on… Overview ActiveRecord::Tableless allows you to create a ActiveRecord model that is (…)