SPEAKER LINE UP 1. Commonthread: Gridzilla 2. Greg Houston: TofuHash 3. Bill Abel: Pivotal Tracker and/or Cucumber We welcome any last minute additions. The...
Has anyone looked at RubyMine (JetBrains Ruby IDE)? Back in my java days, I loved the IntelliJ IDE. I'll probably give RubyMine a test drive this weekend....
Hey Greg. I've been using RubyMine some lately. As a BIG IntelliJ fan, it has been nice to have a familiar tool when doing ruby development. I haven't used...
Hey everybody, One of our customers needs to hire an experienced linux sysadmin pronto. Would be managing or installing 6 or so boxes (load balancer, firewall,...
In the past I've used SQL Server and MySQL for storing data in some rails projects. I want to make a prototype rails app, but I really want to use something...
Just wanted to make sure that the RubyHam folks knew about BarCampBirmingham3. It is planned for May 2 at Innovation Depot. barcampbirmingham.org for more...
Rails uses SQLite by default, and its DBs are stored in files in the /db folder. Can't get much simpler than that. Adam ... [Non-text portions of this message...
Greg, How much data are you looking at? For pure ruby, there's http://rubyforge.org/projects/kirbybase/. Kevin Russell Baldwin Mutual Insurance Co., Inc. ...
Never mind about kirbybase, I missed that you wanted it to work with rails. Jruby/H2 presents a pretty quick option as well. Kevin On Thu, Apr 9, 2009 at 9:31...
Yaml::DBM is also built into ruby and offers great perssistence, and you can drop the files in the db/ folder just like SQLite. And before I get stoned, I...
Mark Cotner
mark.cotner@...
Apr 9, 2009 4:41 pm
1019
Greg, If you want relational, and not something completely different, use Sqlite3. Todd...
We're using factory_girl at isotope11 and love it. We also have a class (FakeDataLoader) that can bootstrap! and is essentially a big replacement for fixtures...
Is there a way to get activerecord to translate CamelCase names into underscore names? I am trying to get activerecord to work with a legacy database....
This Monday. The next RubyHam lunch meeting is at the Cocina Superior, Monday, March 4th at 11:30am til 1:00pm or so. Please RSVP by 10:00 am before, so we...
Is anyone else in the RubyHam community attending RailsConf? If so, please let us know so we can hook up in Las Vegas. Jason ... [Non-text portions of this...
Rhamers... I'd like to find a couple plugins for supporting comments and tags in Rails. Are the acts_as_commentable and acts_as_taggable the standard plugins...
if you aren't aware, http://mbleigh.com/twitter-auth/ It's a neat project to let you use twitter's oauth or http basic to authenticate users based on their...
its a cool project, just be aware twitter is having issues in the last few weeks with their oauth. its functionality seems to be spotty because they pull it...
In general I would only do twitter apps with that. For anything else ... That is what OpenID is for -Ben Sent from my iPhone ... [Non-text portions of this...