Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

Rails 3 / HAML: How can I output haml raw from a variable?

html ruby-on-rails layout haml

active record query depending on count of associated objects

ZSH: Command Not Found: rails

ruby-on-rails bash zsh

How to translate (I18N) error texts raised by validations in the model (Ruby On Rails)

ruby-on-rails

Reload lib files without restart dev server in Rails 3.1

ruby-on-rails ruby

What does "temps.each(&:valid?)" mean in Ruby? [duplicate]

ruby-on-rails ruby

Activeadmin restrict access to non superuser items

ruby-on-rails activeadmin

How to use has_secure_password with field_with_errors

ruby-on-rails ruby

How to make a query with AND condition in mongoid

After validation fails and a form redirects back to itself, why are instance variables empty?

ruby-on-rails

Clean way to render STI objects without duplicating partials?

Rails: how to exclude one item from an "each" method

ruby-on-rails ruby each

How could we separate grape api resources into multiple files?

Rails Routes :shallow => true

ruby-on-rails ruby routes

Undefined method 'accept' for nil:NilClass after upgrading to Rails 3

How to access a controller constant in an rspec test under Rails 3

Rails activerecord LIKE AND clause error

Ruby puts string and integer on same line

ruby-on-rails ruby puts

Rails Cache Key generated as ActiveRecord::Relation

Stop asking for password when installing gems

ruby-on-rails gem rvm bundler