Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Set multiple keys to the same value at once for a Ruby hash

ruby hash

Jekyll show only specific tag on page

ruby jekyll

String Encoding in Ruby

ruby encoding

Why does the default year of a new instance of the Date class equal -4712?

ruby

ruby on rails - CSS for a partial

Log to different files based on logging level using Ruby logger

ruby logging

How to model this complex validation for uniqueness on combined fields

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