Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

What is the most efficient way to find the first matching record?

ruby-on-rails ruby

ActiveJob GlobalID and in-memory ActiveRecord objects

Preserving the order of an array when using .where in Rails

ruby-on-rails

and_call_original used with allow_any_instance_of is not working after rspec upgrade to 3.1.0

ruby-on-rails rspec

Overriding the default Content-Type

ruby-on-rails json

How to write a capybara matcher that checks that a div is empty?

ruby-on-rails capybara

undefined method `page' for #<ActiveRecord::Relation:0xaadc8d4>

RSpec request specs with an API key

Rails model attr_accessor attribute not saving?

Virtual attributes Rails - Unknown Attribute Error

Fabrication gem associations that depend on each other

Retrieving client system information from a Rails application

ruby-on-rails ruby

rspec failing "Missing host to link to!..."

rails cancan i18n exception message

rails json.jbuilder api with rspec -> ActionView::MissingTemplate

Is it possible to paperclip:refresh just a particular type of thumb?

ruby-on-rails paperclip

In Rails' ActiveRecord, what does a question mark at the end of a method name corresponding to a column do?