Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How do I use javascript_include_tag with js.erb file in Rails 4?

Ruby file: "ruby_executable_hooks" syntax error

ruby-on-rails ruby gem rake

How to find text within brackets with some exceptions by regular expressions?

ruby regex

Undefined symbol: SSLv3_method - .../openssl.so with Ruby and ArchLinux

ruby openssl rvm archlinux

How to get documentation for a method in a Ruby gem?

ruby-on-rails ruby rubygems

Why are autoload, load_all! and require all used in active_support.rb?

Ruby on Rails: Creating child objects

Ruby - dynamically add property to class (at runtime) [duplicate]

Ruby: Round number down to nearest number based on arbitrary list of numbers

ruby arrays rounding

How do I handle errors or bad requests in my Rails REST API?

ruby-on-rails ruby api

How to trace and check dependencies in bundled Ruby gems

ruby rubygems bundler

JSP, can it work similar to yield, layout, content_for in Ruby/Rails/Erb

java ruby-on-rails ruby jsp erb

What is the right way to initialize a constant in Ruby?

ruby dependencies warnings

DEPRECATION WARNING: Object#returning has been deprecated in favor of Object#tap

ruby-on-rails ruby tap

Can I use RSpec to mock stdin/stdout to test console reads & writes?

ruby rspec stdout stdin

Reading from a Serial Port with Ruby

ruby serial-port

Wildcard string matching in Ruby

Rails - ActionView::Base.field_error_proc moving up the DOM tree?

I need a css minifier in ruby

When should we consider using private or protected?