ruby
- MacRuby
- MacRuby is a version of Ruby 1.9, ported to run directly on top of Mac OS X core technologies such as the Objective-C common runtime and garbage collector, and the CoreFoundation framework. While still a work in progress, it is the goal of MacRuby to enable the creation of full-fledged Mac OS X applications which [...] Read more – ‘MacRuby’.
- SQLite3 Exception: SQL logic error or missing database
- So this morning I was trying to update a testing machine with my shiny new Rails app. Remove the sqlite database – CHECK run rake db:migrate – CHECK start the application Now there were no errors anywhere. But I still get: SQLite3::SQLException: SQL logic error or missing database After usual googling around and trying to [...] Read more – ‘SQLite3 Exception: SQL logic error or missing database’.
- Ruby en Rails – Amsterdam
- Ruby On Rails 2008 is in Amsterdam on 10th June. I’ve already reserved my seat. I heard and I hope that most of the conference will be in English. But I don’t want to miss it anyway. The speakers include Zed Shaw and Charles Oliver Nutter (JRuby). More info about the conference is on the [...] Read more – ‘Ruby en Rails – Amsterdam’.
- "select_rows is an abstract method" during "rake db:migrate"
-
After successfully building a couple of applications in RoR with SQLite3 and PostgreSQL, I'm now trying to use Oracle as the database for Ruby on Rails application. When I tried db:migrate I ran into an error that said select_rows implementation is not available in oracle_adapter.rb.
After searching for a patch in the RoR Trac, the error is finally resolved. And here the file that fixed the error. Make sure that you installed activerecord-oracle-adapter gem and replace the oracle_adapter.rb with the file attached with this post.$RUBY_HOME\lib\ruby\gems\1.8\gems\ activerecord-oracle-adapter-1.0.0\lib\ active_record\connection_adapters
Read more – ‘"select_rows is an abstract method" during "rake db:migrate"’. - Starting with Ruby
- Ruby language has been the talk of the town for the past one year or so. Its a scripting language like Perl, Python and TCL. I've programmed with perl and also had entry level experience with Python. So I started off learning Ruby recently. Coming from the Java world, where even for simple operation we have to write all the nonsense code to get to to the actual stuff, Ruby surprises me with its simplicity. Read more – ‘Starting with Ruby’.
- Ruby!
- After reading the Bruce Eckel’s blog after a long time, I found an interesting and entertaining link to a book on ruby: Why’s (poignant) guide to Ruby . Being an extremely influence by Bruce, I got some conviction that there are only four REAL computer languages in the world other than Perl: C++, Java and [...] Read more – ‘Ruby!’.
