Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

Rails3 and Sass::Plugin::options

i18n assets management / translation UI

Configure Rails to use different js in development and production

Rails 3 - AJAX, response JS - How to Handle Errors

Rails: Best association model for Users ->posts -> comments model in a forum kinda of website?

Ruby on Rails: Are "form_for(:product, ...)" and "form_for(@product, ...)" equivalent?

Acts-as-tree in Rails3?

How to customize the to_json method in rails3?

Multiple routing file in Rails 3

Does PHP have an authenticity token like Rails?

Rails 3 - select_tag helper - array

PDFkit javascript issues

Rails - is this safe? taking a URL param to query the DB?

Rails convert an html email to a text email

MySQL LIKE statement inteprets "o" and "ö" as the same

Using Compass on Heroku: /tmp for stylesheets remotely and locally

Rails 3 flexible CMS framework

Rails migration: add same column to multiple tables

Which is the best amazon SES (email) gem to use for rails 3?

In Ruby on Rails, render 'shared/score', :locals => { :score => @foo.score } will not pass in the local?