The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
RubyCocoa - ActiveRecord Bindings update with migrations

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eloy Duran

Posts: 48
Nickname: superalloy
Registered: May, 2007

Eloy Duran is the lead developr for SuperAlloy in the netherlands
RubyCocoa - ActiveRecord Bindings update with migrations Posted: May 18, 2007 2:04 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eloy Duran.
Original Post: RubyCocoa - ActiveRecord Bindings update with migrations
Feed Title: SuperAlloy, because it's hot!
Feed URL: http://www.superalloy.nl/blog/?feed=rss2&cat=2
Feed Description: Thoughts, code, release notes all ruby/rubycocoa/rails related.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eloy Duran
Latest Posts From SuperAlloy, because it's hot!

Advertisement
Today I committed migration support to the osx/active_record library (revision 1751). This is done through the module OSX::ActiveRecordConnector, it works like this (note that this is only for sqlite for now): Instead of writing the code to connect to the db you would now use: ActiveRecordConnector.connect_to_sqlite_in_application_support # you can optionally pas some options: # :always_migrate => true # :log => true This piece [...]

Read: RubyCocoa - ActiveRecord Bindings update with migrations

Topic: What we have to look forward to on the left Previous Topic   Next Topic Topic: Obama Politics 2.0 Debacle?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use