I am getting data from an api that returns xml like this:
I am new to deserialization, but I think it is appropriate to parse this xml into a ruby
I am getting data from an api that returns xml like this:
I am new to deserialization, but I think it is appropriate to parse this xml into a ruby
I tried to install ruby 1.9.3 using rvm, using homebrew, and using macports, all seem to fail during compilation. I am using Lion OSX. This is the log file of my recent attempt to use rvm
I installed Homebrew from my administrator account. If I run Brew Doctor from that account, I have no errors, but if I run Brew Doctor from a non-administrator user account, I will receive warnings
I want to compile Ruby from source code, install it, and then move and install it elsewhere.
For example:
p> ruby-1.9.3-p125$./configure –prefix=/tmp/ruby-1.9.3-p125 The problem is
I’m working on a dynamic form generator. Someone can create the following fields: string, text, boolean, number, file, etc.
Does it exist? A gem or guide for storing data from such dynamic fo
The following query is suitable for local but not for production: (production is heroku is running postgreSQL, local I am running sqllite database)
ruby p>
Tutor.joins(:expertises).wh
Reference: https://github.com/whomwah/rqrcode
1. gem’rqrcode’
2. In the helper:
3, views page 3. p> <%= image_tag generate_qr_code('http://baidu.com')%>
I am using the active_scaffold branch of vhochstein, and it runs very well on rails 3, except for some minor errors – http://github.com/vhochstein/active_scaffold. < /p> In rails 2.3, the following
I am looking for a tool or method that can convert my huge old database into active record model definitions…like reverse engineering… This is not a reverse engineering problem, it is more l
Is it possible to follow Typhoeus redirects and how? write something like this:
res = Typhoeus::Request.get(url, {:follow_location => true})
Is it possible to follow Typhoeus redirection and how?
Write something like this:
res = Typhoeus::Request.get(url, {:follow_location => true})