search for: ezror

Displaying 2 results from an estimated 2 matches for "ezror".

Did you mean: error
2010 Sep 27
9
Rails 3 - Creating a comment and then returning the Partial with JUST the new comment
Here''s the flow I have... First, jquery posts the new comment to the server: $.post(this.action,$(this).serialize(),null,''script''); Then in the comments controller: def create @comment = lots of stuff going on here but it works... if @comment.save flash[:notice] = "Successfully created comment."
2010 Oct 02
3
MySQL setup question
Hello, I''m new to ror and i really like it so far! for a new application i would like to setup a ror application connecting to mysql but i can''t figure it out how. rails works fine with sqllite out the box but i need it working with mysql. these are my versions: -OSX snow leopard -ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] -Rails 3.0.0 $