Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Google-maps-for-Rails - undefined method `gmaps' for (object) in rake task

What are symbols and how do we use them?

ruby symbols

Should I deploy my Ruby on Rails application on Heroku [closed]

Remove comments from inner_html

ruby nokogiri

How do I get the current namespace in Rake?

ruby rake

Group By Year, Month & then Count in ActiveRecord 3

Running thin server in production mode isn't loading my assets

Run system command in ruby and interact with it

Match newline `\n` in ruby regex

ruby regex

Ruby YAML parser by passing constructor

ruby yaml

How do you set a boolean default value in Ruby?

ruby

How to pass variables to page.executescript() in capybara

ruby capybara

How do I send_keys a down arrow in capybara

Rails has_many :through --> Should I keep a primary key column?

interfacelike design pattern in ruby

ruby design-patterns

LoadError: dlopen(digest/sha1.bundle): Symbol not found: _rb_Digest_SHA1_Finish

does calling a shell command from within a scripting language slow down performance?

php python ruby perl shell

Turn Nokogiri XML object to string without using .text

html ruby nokogiri

Nesting Layouts in Sinatra

ruby sinatra erb

Why does "bundle exec" eat the parameters I pass in?

ruby gem exec bundle bundler