RubyNoob Reborn!
June 28th, 2007
After months and months of neglect, primarily due to the fact that I’ve had tons of problems getting Typo to run properly on Dreamhost, I have finally revived RubyNoob running in Mephisto! RubyNoob is up and running on a slice from SliceHost, being served by Litespeed.
I’m planning on writing up some guides on how I did the transition from Typo and Dreamhost to Mephisto and Slicehost, but first I’d like to thank Paul over at UsefulJaja for creating the incredible tutorials that I followed in setting up my new slice.
As I’m writing this, the new RubyNoob is using the plain generic Mephisto theme. I’m planning on slowly evolving my own theme over the next few months. I’m hardly a web designer or expert in CSS, but it’s time that I learn and what I’d like to do isn’t really anything spectacular or complicated.
Since my last useful posts I’ve learned a lot of stuff about Ruby on Rails. I’ve added a full e-commerce solution to JoyLi.net by integrating it with Google Checkout. That was a great experience and I’ll be writing about that as well.
If you’re reading this, you’ve found your way to the new RubyNoob (or your RSS subscription actually figured out what happened and I’m amazed) and I’d like to thank you for stopping by. Let’s hope I keep the ball rolling from here on out!
Note: all comments since the migration have been given the date of the migration, sometime in June 2007. Please ignore all the comment dates.
Rails + Errors + FastGI == Bad
January 24th, 2007
One way to generate a lot of “500 – Application Failed” errors in Ruby on Rails applications running on Dreamhost is by throwing a lot of errors. Right now my newly downloaded Typo (supposedly the most recent stable version) is throwing some errors and this is, in part, causing RubyNoob to keep going down.
I’m investigating this to see what I can figure out. My advice is, if you’re running Rails on Dreamhost and you keep getting application failure errors, the first place to look is your production.log file. Make sure to clear up all errors first.
I’ll talk about what else you can do once I get RubyNoob a bit more stable.
Windows is Evil
January 24th, 2007
Simple lesson for other Ruby on Rails noobs – editting dispatch.fcgi in Windows and then uploading to your website may be hazardous for your site!!
Although I haven’t had other issues with doing so, after totally destroying RubyNoob over the past few days, I’m always going to do any editting of dispatch.fcgi through my Dreamhost shell! Apparently some invisible characters can get into your file and keep your site from starting up.
I’ve also updated to the latest and greatest typo, but in the process I’ve lost the comments for the 4 or 5 most recent posts – and that sucks. I’ll see what I can do to resurrect them – or at least the ones worth bringing back.
I have an interesting article coming soon about Dreamhost and Ruby on Rails and Applications failing to start. I’m going to try to make the changes I’ll be mentioning and we’ll see if RubyNoob becomes more stable.
Lightbox Version 2
June 1st, 2006
Still here!
May 30th, 2006
Rails Custom URL Tutorial
May 18th, 2006
For instance, let's say that I get a list of my del.icio.us links tagged with the word "ruby." I edit them in whatever way I feel like, and then save my creation along with a keyword that I choose - let's say "ruby" for simplicity.
I don't want my users to have full access to the admin sections of my application - they'll only have access to create and update their query results. So, I want to give them the ability to use their keyword as part of the url. So it'll be something like http://delipaste.com/saved/ruby.
Read the rest of this entry
Questions for my readers
May 14th, 2006
Does it make sense for me to teach myself java? In really large, modern applications, can ALL of the development work be done in Ruby on Rails? How does rails fit in with components? Can you make reusable components with just Ruby?
Part of this is just born out of my curiosity in learning java. I already know C# pretty well, so I think learning java wouldn't be too tough, but I'm also interested in learning how java handles all of the things that I'm currently doing with C#. I'm not interested in learning how java can do the same things that Rails does - I want to know if/how it complements rails development.
Should I remain solely focuses on Ruby and Rails or will it be helpful for me to learn java server side stuff as well? Is java obsolete?
Simple Rails RJS Tutorial
May 13th, 2006
Read the rest of this entry
RubyNoob on BlogBeat
May 12th, 2006
RubyNoob is live on PlanetArgon!
May 11th, 2006
Progress Report 3
April 29th, 2006
I'm almost done with chapter 15 in the Agile Web Rails book. I still find it to be an indispensable introduction. I've learned a lot, and I refer to it just about every time I do anything Rails related.
A brief Ajax interlude
April 27th, 2006
So, I've set out to learn what I can. Tuesday night I purchased Head Rush Ajax. This is one of the new style books from O'Reilly with tons of pictures and nice, slow introductions into how stuff works. I'm not sure that I need my hand held quite so much, but I'm 55 pages into it and I've already learned some, so it's a good thing.
RubyNoob gets all Ajaxy
April 23rd, 2006
"How I got some cool Ajax stuff to work with Ruby on Rails"
This weekend, my goal was to get my first original Ruby on Rails application working on my development box. I have achieved at least some sort of success! My app, such as it is, allows a user to enter a tag from her del.icio.ous account and then the app calls the del.icio.us REST API for that tag, strips out the html links and puts them into a text area. The user can then edit the text returned and save the tag/results combination into the database. It's not too exciting, but it's been a lot of fun to get together.
Read the rest of this entry