Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Check if a method is an alias to another method in rspec

ruby methods

Logstash - csv output headers

ruby csv logstash

Parse an HTML fragment whitelisting some custom tags

html ruby nokogiri

Rails 4 jQuery conflicts with javascript

Jekyll fails to serve (Ruby incompatible library version)

ruby jekyll

Is defining a module function with `module_function` the same as defining it with `self.` in Ruby?

ruby

Understanding race_condition_ttl in Rails

Puma without nginx - multiple ruby applications on the same IP:PORT

ruby api nginx rack puma

Why is current_user called on render in controller?

Why does a Gem provide ~> AND => in RubyGems?

Finding a specific row in a table using capybara

Select tag : How to use params to set the selected value?

Any standard method similar to tap but returning the block result instead of self?

ruby

Using PaperTrail, can I opt out of `object_changes` for a particular model or attribute?

RSpec tests failing with undefined method `validate_uniqueness_of'

ruby-on-rails ruby rspec

how to clean database before running the each spec file?

Extracting Tables from PDF files in Ruby

ruby-on-rails ruby

RSpec doesn't show full difference between return and expected

ruby-on-rails ruby rspec

How to deal with English contractions programmatically [Regex, JS, Ruby]

Controller test with RSPEC error does not implement