by David Orriss Jr | Nov 23, 2011 | Grails, Groovy Language, J2EE, Java, Rails
Grails is an open-source, rapid web application development framework that provides a super-productive full-stack programming model based on the Groovy scripting language and built on top of Spring, Hibernate, and other standard Java frameworks. At least that’s...
by David Orriss Jr | Jan 27, 2010 | Programming, Rails, Ruby
I’m sure you’ve probably seen this question in your programming classes.. I decided I wanted to play with Ruby again and was remind of this problem, so thought it might be fun as a simple exercise to do this in Ruby. The problem is to take a long integer...
by David Orriss Jr | Jul 22, 2008 | Mac OS X, Programming, Rails, Ruby
While I was playing with Rails 2.1 I decided to try the SQLite3 support that comes built into OS X instead of using MySQL. Upon trying to run a migrate command via rake I was created with: rake aborted! no such file to load — sqlite3/database After some digging...
by David Orriss Jr | Feb 13, 2008 | Rails, Ruby
I don’t know why this isn’t better documented or stated anywhere so I’ll just iterate it here. If you want to peruse the documentation for Rails and your installed Gems type the following gem server And in your terminal prompt you should see Starting...
by David Orriss Jr | Jan 4, 2008 | J2EE, Java, Rails, Ruby
Mongrel Developer/Creator, Zed Shaw, cut loose on the Ruby and Rails communities in a recent posting to his website. He gives some interesting insights into who the major players are, and cuts through some of the hype surrounding rails. While caustic in his delivery,...