idisposable.net: a blog about web 2.0, search, Microsoft, Google, and other fun stuff

Category Archives: ruby

Do you miss ASP.NET? Try the Acts as ASP.NET Rails Pluging

Hilarious code comedy from Rails Jedi
My favorite:
“Viewstate is back. Now new and improved on top of Rails. acts_as_aspdotnet overrides form_tag to put a hidden variable that contains loads of crucial processing data on every postback that will fill your server pipes with more glorious bandwidth.”

soap4r vs. Rails: Uninitialized constant when using 1.5.8 with Rails

If the soap4r gem (version 1.5) is breaking your workstation or servers, it might be because there are conflicts between Rails and soap4r both in source code, and in the community. We’ll discuss the source code fix first:
If you are getting this error:

Uninitialized constant when using 1.5.8 with Rails

When running your Rails [...]

Funny: Ruby vs. NET

These guys crack me up. Good stuff…

http://www.youtube.com/watch?v=z99EHyG2jQA

Ruby vs. .NET Video

Converting from ASP.NET to Rails: Part 2

This is part 2 in a series of articles on converting both your mindset and your ASP.NET web sites to Rails. Inside I hope to help anyone coming from a .NET background that is looking to create new Rails apps, or migrating existing ones.
Before we go forward, I assume that you have [...]

Converting and migrating a web application from ASP.NET / C# to Ruby on Rails: Part 1 of ?

Folks,
I’ve had it with ASP.NET.
I had a simple missing tag on a Master page (I think VS2005 conveniently erased my form tag because I was trying to actually do something nifty), and it blew up our company web page.
I am going to convert http://www.ltech.com to Ruby on Rails from ASP.NET 2.0 / C#.
Ltech.com is a [...]

The Ruby on Rails Production Stack: Too many choices

Is it me or are there too many choices for Rails production stacks?
Depending on what kind of server you are deploying to, you can have any or all of the following in your mix:
ApacheLighty (LightTPD)PoundPenMongrel (or mongrel_cluster)NgnixFastCGI
Whoa! That is way more confusing than even the most obsfucated Java stack.
I am a huge [...]

Ok, got the MacBook , now I want to learn Ruby. What first?

I am going to try Locomotive. In the spirit of WAMP/MAMP, it is a full Ruby on Rails stack for OS X. Since I am not terribly interested in doing everything manually (yet), I figure this is my easiest way in.

Took the plunge… in the form of a MacBook Pro

So far, I love it.I did a whole “unboxing” ceremony. I’ll upload pics for that soon.
I have already been able to install a PHP/MySql Stack (MAMP) and Drupal.
Soon, I’ll be on to Ruby.

Running Ruby "natively" in IIS! Cool

10 steps to get Ruby on Rails running on Windows with IIS FastCGI
Very cool. I haven’t tried it yet, but would like to. We have a production application in ASP.NET that we want to be a RESTful API to, and there is no framework for REST in ASP.NET. I was thinking if we could [...]

Is Microsoft doomed? A devotee considers switching to Mac.

I am trying to learn Ruby.
Trying to get out of the development rut I’ve been in.
I love .NET. I love C#. I can build powerful apps very quickly in .NET. However, taking these apps and getting my team to maintain them consistently, and building a web-ready infrastructure around them to support both [...]