Entries Tagged as 'Ruby on Rails'
The big news of Rails 1.1 has hit. Upgrades were happening fast and furious all over the land. Except here. We’re just about to deploy our third rails app and there is no way in Hades that we would try and pull an upgrade in the middle of that.
Update: Of course, the […]
[Read more →]
Tags: Ruby on Rails · Web Development
Wherein we all rediscover MVC, for the first time.
[Read more →]
Tags: PHP · Ruby on Rails · Web Development
Wow. Very cool. I know Scott will love that every object now sports a to_json method.
[Read more →]
Tags: Ruby on Rails
If you try and hook up a Rails app to an existing database and it’s acting all funky and you have no idea what the heck is going on, double check to make sure you aren’t using any reserved words in your tables.
[Read more →]
Tags: Ruby on Rails
Yes, yes…a horrible pun. Sue me. I caught a few good Switchtower links that needed to be filed here for all time.
Ode to Switchtower which has a few handy tips, including the update_current task which I wish I had know about this past week.
Jamis Buck on multiple deployment stages
[Read more →]
Tags: Ruby on Rails
Okay, so everyone (and by “everyone” I mean “the 2.5 people who read this site”) now knows that were digging Rails, despite some minor pains. Today had some particularly brutal points while we hammered out some nice features for our second Rails app. We did battle with MVC, trying to corrupt it’s design […]
[Read more →]
Tags: Ruby on Rails
Yes, it’s not exactly a secret that Scott and I have been working on some small projects in Rails. The funny thing, to me at least, is that all the hard stuff isn’t getting used to a new language (Ruby). The hardest bits are installing and using new tool chains. It reminded […]
[Read more →]
Tags: Ruby on Rails
waldorf:~/Projects/equipment pberry$ rake stats
(in /Users/pberry/Projects/equipment)
——————————————-+———-+————-+————-+——-+———-+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
——————————————-+———-+————-+————-+——-+———-+
| Helpers | […]
[Read more →]
Tags: Ruby on Rails
Wherein we play with using CAS with rails apps.
[Read more →]
Tags: Authentication · Ruby on Rails
Doing virtual hosts on campus can be a bit of a pain, mostly because we need to get entries made to DNS for each host. It’s not a huge deal, but the Net Ops guys have better things to do. We just aren’t setup for ISP/web hosting like places such as Dreamhost and […]
[Read more →]
Tags: Ruby on Rails