Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

ruby 2.3 can't run "rake routes"

ruby-on-rails ruby rake

How to add middleware in Rails 4.2 application

Bundler using an older Ruby version

ruby-on-rails ruby bundler

Chef - Run resource on other resource's failure

ruby chef-infra chef-recipe

How to use whenever gem to run a task at 2 am AND 2 pm?

ruby cron whenever

ActiveModel::Serializer::CollectionSerializer

rails // query by timezone during daytime

Rspec controller spec on namespaced controller finds the global controller with same name

Testing HTTP and HTTPS on Cucumber Ruby

Rails format.js and remote true

ruby-on-rails ruby

Validating nested models with ActiveModel::Validations

Locking a user using a per-user `maximum_attempts` value with Devise for Rails

Why do CSV::HeaderConverters stop processing when a non-String is returned?

ruby csv

How to restrict current_user from adding more than 3 order_items to a order per time period?

How to use gollum on Windows? Is it possible?

ruby windows

How to set a firefox profile on a Selenium WebDriver remote with Ruby

Can I use sessions/cookies in Ruby on Rails without having a user's model or any authentication? [duplicate]

How to fix "Unknown ruby interpreter version (do not know how to handle): RUBY_VERSION."

ruby

Cleanest/One-liner way to require all files in directory in Ruby?

ruby require

How to simulate Java-like annotations in Ruby?

ruby annotations