RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: olvap
Site: www.olvap.com.ar
if some one else has a problem with create.js using rails 3.2 you need to change the controller action create
def create @message = Message.create!(params[:message]) redirect_to :action => 'create', :format =>'js' end
if some one else has a problem with create.js using rails 3.2 you need to change the controller action create