Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

Rails 3.1, RSpec: testing model validations

Alias for column names in Rails

Routing to static html page in /public

Find duplicate rows with PostgreSQL

Rails 3 skip validations and callbacks

ruby DateTime parsing from 'mm/dd/yyyy' format

ruby ruby-on-rails-3

incompatible character encodings: ASCII-8BIT and UTF-8

Parsing string to add to URL-encoded URL

ActiveRecord Find By Year, Day or Month on a Date field

Generate migration - create join table

In Rails, what's the difference between find_each and where?

Rails .where vs .find

Scope with join on :has_many :through association

rails error, couldn't parse YAML

How to use basic authentication with httparty in a Rails app?

Connecting Rails 3.1 with Multiple Databases

How do I check if a class is defined?

Submit form in rails 3 in an ajax way (with jQuery)

jquery ajax ruby-on-rails-3

how to safely replace all whitespaces with underscores with ruby?

When to use self in Model?