Blog - .NET, ASP.NET, AJAX, Ruby and more

Category Archives: Ruby on Rails

Ruby Beauty – Optional Parentheses on Method Calls

Continuing with my exploration of Ruby as a .NET guy, here’s another example of Ruby’s expressive syntax in action.  I decided to add bite size snippets of some of the cool things I encountered in Ruby and Rails.  If you are interested in more, see my other Ruby posts. Optional parentheses on method calls are [...]

Also posted in Ruby | Tagged , | Comments closed

Installing Ruby on Rails on Windows

So it’s not like this doesn’t exist elsewhere on the ‘net, but in case you stumbled upon one of my other Ruby on Rails posts and I caught your interest, here’s how to get started developing Rails apps on Windows.  If you’re a little resistant to try Rails, look how simple the install is.  What [...]

Posted in Ruby on Rails | Tagged , | Comments closed

Ruby on Rails Shared Hosting Mongrel Issues

I have had just about nothing but issues getting my Rails application running on my shared host.  I’m not going to mention the company since they have been somewhat helpful, however I’m not thrilled with them.  I don’t want to give them any good or bad press without giving them a fair chance.  I’ve been [...]

Posted in Ruby on Rails | Tagged , | Comments closed

Ruby on Rails Shared Hosting Gem Issue

I recently signed up on a shared hosting plan for playing around with Ruby on Rails apps.  I finally had an app roughly together, and I wanted to test out my deployment using Capistrano.  I was able to configure my deploy.rb file so everything uploaded correctly, and figured that was the hardest bit.  Little did [...]

Posted in Ruby on Rails | Tagged , | Comments closed

My Affair with Ruby on Rails

As I’m sure most of you know, I’m a hardcore C#/.NET guy.  The majority of my work as been on the web, and I’ve been using ASP.NET since the earliest betas.  ASP.NET’s profound effect on web development is still going strong to this day.  For me, the first choice for web application development has been [...]

Also posted in MVC, Ruby | Tagged , | Comments closed