Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

Issue with unclosed img tag

In Rails, how can I take a GET string and parse it into an object?

generating a hash lookup table for indexes of objects in array

Rails: Failing test with an ActiveRecord::StatementInvalid: PG::NotNullViolation: ERROR

ruby-on-rails ruby testing tdd

How to bulk insert with Arel?

Ruby on Rails Controller Instance Variable not shared

ruby-on-rails ruby ajax

How to stub a function IN a Helper during test

dynamic asset_host based on url format - private method format called for string

Ruby bundle install error with json-1.7.3

ruby-on-rails rubygems

WARNING: Can't mass-assign protected attributes for User: login

Ruby interpolating into variable

Includes still result in second database query when using relation with limited columns

Trying to find_or_create via accepts_nested_attributes_for?

How to invite an existing user through devise_invitable

psql: error: connection to server on socket "/tmp/.s.PGSQL.5432" failed: FATAL: database "myname" does not exist

ruby-on-rails postgresql

Explicit reload of asset in Rails 3.2

Marshalling error when caching models with date prior to 1900

Rails and RSpec: Testing controllers with the same name in different namespace (module)