Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I define a FactoryGirl factory that returns a Hash with stringed keys?

Using the PayPal REST API, how can I cancel a payment?

ruby-on-rails ruby rest paypal

find_all elements in an array that match a condition?

ruby-on-rails ruby

Find first n elements from array that match a condition

ruby

Failing to run RSpec (uninitialized constant User (NameError)

Why does white-space affect ruby function calls?

ruby syntax whitespace

Learn Ruby The Hard Way Chapter 9 Triple Quotes

ruby string-literals

undefined method `its' for RSpec (Hartl's Ruby on Rails Tutorial)

ruby-on-rails ruby rspec

How do I make a Ruby script into a bash command?

ruby bash shebang

Rails order by a field in parent belongs_to association

Rails 'rake task' execute in ‘RAILS_ENV=production' with nohup

ruby-on-rails ruby

Autoprefixer doesn’t support Node v4.8.2. Update it

ruby-on-rails node.js ruby

Ruby on Rails: Operation now in progress - connect(2) would block

Ruby on Rails - Can I modify the value of an attribute before it is called?

In Ruby, how do I replace the question mark character in a string?

ruby string uri substitution

Better way to extract phone number and reformat?

ruby refactoring

dynamic nesting of ruby blocks

ruby

How to include unit tests in a ruby module?

Why should Ruby not be used to create a spider

ruby web-crawler

How can a Ruby script detect that it is running in irb?

ruby irb