Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

sass-rails requires sprockets 2.0.0 but rails 4.1.0 requires sprockets 2.12.1 [duplicate]

Devise security extension config.password_regex being ingored

ruby-on-rails ruby devise

Minitest Exit on first failure?

ruby-on-rails ruby minitest

How to limit the number of concurrent threads

Object from nested hash depending on key value

ruby

Override render :json in no model object Rails 4

Git: forcing tests before pushing to local or remote master

Ruby Performance: Chaining selects vs AND-ing predicates?

ruby performance

Merge Time into a DateTime to update Datetime

How to find the modules or classes that include a module?

ruby

heroku: command not found

ruby macos heroku rubygems

`require': Cannot load such file -- rdoc (LoadError)

ruby rubygems ruby-3

Sharing DB connections across objects using class methods in ruby?

Redundant curly braces around a hash parameter for Rubocop in rails

ruby rubocop

Rspec tests not running because of initializer Yaml files

Syntax for using regex in ruby / watir webdriver

ruby regex watir