Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

"No such file" error when using `gets.chomp` in seeds.rb

ruby-on-rails ruby

How to find a specific row in csv

ruby-on-rails csv

Ruby On Rails: Bundler could not find compatible versions for gem "json"

How to provide a route for current user in a REST API?

ruby-on-rails routes

size, length and count in Rails

ruby-on-rails ruby

How to get output from Rails Runner?

ruby-on-rails

Using partials, how do I render `striped` table rows in a DRY way?

Query in ActiveRecord for objects that contain one or more ids from multiple arrays

Gem::LoadError: Specified 'sqlite3' for database adapter, but the gem is not loaded

Is there a way to use class method in a module without extend it in rails?

ruby-on-rails ruby class oop

can't find gem rails - Gem::GemNotFoundException

How to Display Content with Raw HTML with Ruby on Rails

Rails: Titlecase Only Capitalizes First Word in f.label

ruby-on-rails string

How to remove HTML markup from string

Getting "ActiveRecord::UnknownAttributeError: unknown attribute: email_confirmation" Error with rspec

ruby-on-rails validation

Sort an Array of Strings by their Integer Values

Rails 3 - Custom Validation

habtm relationship does not support :dependent option

Ruby on Rails: get collection of attributes for a model

ruby-on-rails model helper