Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to find the method which called the current method

ruby

Include a slim file in another slim file

ruby slim-lang static-html

Ruby Mock a file with StringIO

ruby file-io mocking stringio

Is an application's name available as a variable?

ruby-on-rails ruby

Query on a time range ignoring the date of timestamps

rspec - how to compare to an actual DateTime in the expect?

ruby rspec

how to search through associations in rails 4

ruby-on-rails ruby

Ruby - instance methods: why can i use getter without self, but setter only with self

ruby

Devise - forgot password not showing error message if the email does not exist in the db

Require csv in rails app?

ruby-on-rails ruby csv

Using single line conditional with require/rescue

ruby require rescue

Cannot install mysql2 0.3.14 gem

ActionController::ParameterMissing (param not found: order) [duplicate]

ruby-on-rails ruby params

Rails helper modules in controller

ruby-on-rails ruby helper

swig Nothing known about base class 'std::string', ignored

c++ ruby swig

Perform map only when not nil?

Can't find header files for Ruby on SUSE?

ruby gem suse compass-sass

How can I use a Ruby variable in an inline JavaScript in haml?

Combination up to n

ruby arrays combinations

Returning all maximum or minimum values that can be multiple

ruby max min maxby