Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

i installed ruby 1.9.2 with RVM, but when i type "ruby -v" is telling me the ruby v i have is 1.8.7 (mac)

ruby macos rvm

simple json output in rails

ruby-on-rails ruby json

Ruby regex: ignore quotes if a colon stands before them

ruby regex

Getting an attribute directly from rails Class.find(:all) array of objects

ruby-on-rails ruby

Mechanize - How to follow or "click" Meta refreshes in rails

How do I manage if-then explosion in view files?

word boundaries in irb

Different file extensions for different versions

ruby carrierwave

Move Mongo Embeded Document into Own Collection

Ruby Builder - XML output is encoding HTML entities

html ruby xml unicode entities

Passenger Standalone won't restart on touching restart.txt

How can I make empty tags self-closing with Nokogiri?

ruby xml nokogiri

Using asserts in Ruby production... yes or no?

ruby software-design

why does a ruby method have itself as method

ruby

Rails 3: Display validation errors for a form (not saving an ActiveRecord model)

What is the corresponding rollback?

How to test class methods in RSPEC

ruby testing rspec rspec2

What are the big differences between IntelliJ + Ruby Plugin vs RubyMine?

How can I query Rails ActiveRecord data stored in arrays

How to decrypt message with CryptoJS AES. I have a working Ruby example

javascript ruby aes cryptojs