Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to convert UTF-8 to ISO-8859-1 in Ruby 2.0? [closed]

PG::DependentObjectsStillExist: ERROR when using rspec

rails 4 password confirmation ca

Rails rendering instance variable from application.html.erb

Ruby Each loop in slim-lang

Colon in arguments of a method call - Ruby

ruby methods arguments

FactoryGirl Inheritance attribute already defined

Shortcut for setting initialize() args to attributes?

ruby

Select element by attribute value with XPath in Nokogiri

ruby xpath nokogiri

Can I use Ruby gems in Opal?

ruby gem opalrb

Cannot install PG gem on Mac OSX

minitest - pass any argument to expect

ruby minitest

How to run a background thread in ruby?

rails undefined method `attr_accessible'

ruby-on-rails ruby devise

Rails: After putting devise routes in namespace, the name of model are prefixed with the namespace. How to remove it?

ruby-on-rails ruby devise

Is there a better way to get a value from a block in Ruby?

ruby block optional

Rails 4 Passing multiple variables through render partial

ruby-on-rails ruby

'bundle exec' complains about gem not being installed, even after 'bundle install'

ruby gem bundler

How to fully reload an ActiveRecord to reset it's memoized values?

Delete test in rspec - change(Model, :count) failing - Why is reload needed?