Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

Complex queries using Rails query language

How do you render hashes as JSON in Rails 3

Strange DoubleRenderError in Rails 3

How can I access rails 2.3.x commands when rails 3 is installed?

Simple Admin functionality in Rails 3

RSpec-2 and Devise

Rails 3, no local session cookie with :domain => :all

rails 3: how to return raw content of an array filled with html tags

Render YAML in Rails 3

ruby-on-rails-3

Rails Seed confusion

Devise confirmation emails are not arriving. How do I properly configure it?

Rails 3: Devise users_controller, where is it?

Routing problem in Rails 3: ActionController::RoutingError (No route matches ...)

routes ruby-on-rails-3

How to run Rails 3 application on localhost/<my_port>?

Rails - Given @comments how to get all but the last record

Rails 3: What CSS styles are expected by Rails?

ANSI escape code with html tags in Ruby?

Ruby on Rails - Truncate to a specific string

ruby ruby-on-rails-3

How to set headers of a JSON/XML response in 'format.json/xml { render :json/xml => @user.to_json/xml }'?

How to make 'attr_reader' or 'attr_writer' for all class variables at one time?