railsgod
Friday, August 16, 2013
demo to suresh
›
now i click on publish
Monday, March 15, 2010
Many-to-Many Relationship in Rails
›
Many-to-Many relationships in Rails come in 2 flavors. has_and_belongs_to_many -> for bare-bones join table has_many :through ...
1 comment:
Facebook Login using facebooker
›
In application_controller.rb include FacebookerAuthentication::Controller ensure_authenticated_to_facebook before_filter :facebook_login_req...
check_box_tag() vs check_box()
›
check_box is for use with a model object. check_box_tag is when it is not tied with any model and just need a plain checkbox.
Sunday, March 14, 2010
Facbook Canvas : Checkbox
›
fb:editor-custom input type="checkbox" style="width:auto;" name="checker" unchecked />March 20 inpu...
Facebook Form : Input text - Select from facebook Friends
›
--------------------------- Note that in your controller, the only thing you will have to do differnt is fish out the facebo...
Rails : IDE
›
RadRails. http://www.radrails.org/
›
Home
View web version