Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to invite an existing user through devise_invitable

Minitest specs: multiple before/end blocks

ruby testing minitest

drop down list based on selection of another drop down

ruby ruby-on-rails-3

what is the equivalent of this code in javascript

javascript ruby translate

Marshalling error when caching models with date prior to 1900

Gem Install fails with UnsatisfiableDependencyError

ruby rubygems gemfile

Use "global" Thorfile

ruby chef-infra thor

How to implement password expiration and password archivable features using amazon cognito

Rails: How do I handle automatically upgrading a user account once a limit is reached?

Spreadsheet Gem unbearably slow on Ruby 1.9.2

Array of Hashes push into another Array

How to change the way Ruby on Rails parses two digit year input

Passing `nil` to method using default named parameters

ruby named-parameters

Why do I get the Regexp warning "warning: nested repeat operator ? and * was replaced with '*'"

ruby regex