Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

How to I have several haml lines appear on the same line?

ruby haml

caches_page :all

rails render_to_string giving errors with partial view

Create a range of strings from end values

ruby range

How do I declare a method dynamically with method_missing?

How can I make GitHub pages use the master branch?

ruby git github jekyll

Is it possible to name a database table column with the word 'type' without incurring into problems?

How to configure i18n to use en locale if translation is missing in specific locale?

Cannot use File.delete to remove file

ruby batch-file

Does Python have anything like Ruby's Fog?

python ruby cloud fog

Use `reload` instead of `restart` for Unicorn?

ruby unicorn

Generate Rake test tasks dynamically (based on existing test files) in a Rakefile

ruby rake-task rakefile

Convert a hash into another hash in Ruby

ruby ruby-on-rails-3

Nice way to merge/copy attributes between two ActiveRecord classes?

ruby ruby-on-rails-3

How to format values before saving to database in rails 3

Clicking link with JavaScript in Mechanize

Elegant chained 'or's for tests on same variable in Ruby

ruby

How to disable XML parsing in Rails 3

ruby-on-rails ruby

what is the mean of * and flatten in ruby

ruby flatten

Why does Array's pop method not have an exclamation mark?

ruby