Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Preventing ActiveRecord save() on an instance

Ruby, How can i access local variables outside the do - end loop

ruby

Alternatives to abstract classes in Ruby?

ruby abstract-class mixins

How to install Ruby on Rails 3.0 on Ubuntu 10.10?

ruby-on-rails ruby rubygems

Ruby: find items in hash by values

ruby

rake check if already running

How to get human readable class name in Ruby on Rails?

Active Record set_table_name error for .sqlite file

PostgreSQL ilike with multiple matches in Rails ActiveRecord

Not able to use mysql2 gem with Rails 4.1.5 in RubyMine

Is Rails hard to understand for a PHP developer?

php ruby-on-rails ruby

Multiple robots.txt for subdomains in rails

ruby-on-rails ruby

How can multiple trailing slashes can be removed from a URL in Ruby

approve the class type of one object in rails

ruby-on-rails ruby

Run Ruby script in the background

ruby

How to catch an "undefined method `[]' for nil:NilClass" error?

ruby-on-rails ruby

How to make a button work as a link in erb?

What is `stringify_keys' in rails and how to solve it when this error comes

Ruby - Regex for matching brackets?

ruby regex brackets

What's the difference between "=" & "=>" and "@variable", "@@variable" and ":variable" in ruby?

ruby-on-rails ruby