Displaying 3 results from an estimated 3 matches for "noobkit".
Did you mean:
noobie
2007 Aug 14
0
Noobkit - Rails doc on steroids
Hey everyone!
Here''s my elevator pitch:
Noobkit (http://www.noobkit.com) is basically RDoc on steroids
currently covering 26 Gems, including Rails and Ruby Core. It''s got
full index search, browser search extensions for FF, IE and Safari and
also bookmarks and comments with OpenID. Very lightweight, fast, 100%
CSS, easy on the eye.
Tha...
2008 Jan 15
2
rails rjs page object
Can anyone point me to api documentation for the page object that is
used in rails rjs files?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send
2008 Jan 21
13
has_many with different primary key
I''ve got quite the ActiveRecord challenge, any help would be
appreciated.
In my current project Companies can have many reviews.
class Company < ActiveRecord::Base
has_many :reviews, :as => :reviewable
end
However, my company table, I have two different IDs to identify my
company.
id - This is the typical id we use for normal stuff
other_company_id - This is the id we use