Quick and Dirty Guide to your 1st Rails app - Part #1
For all of you who want to take a peek at creating a Ruby on Rails application and need a quick start, this post is designed to aid you in getting to know RoR. I will post follow-ups to this to make this first application better and better and to incorporate more complex functionality in a step-by-step manner. Ok, so you want [...]
Read MoreActiveScaffold: How to get started
When I took a first peek at ActiveScaffold, I had no idea into how much trouble I'd run before creating beautiful AND working backends for my applications. I had LOTS of research to do to get around some rather nasty issues and I want to provide you with some info on how to get stuff done. Some prerequisites: I use Rails 2.3.4 [...]
Read MoreDoing UPDATE with Doctrine and a String as Parameter
Today I had to extend a few Doctrine queries and one of these modifications consisted of changing the parameter of an UPDATE query from integer to string – and whoops! It didn’t work anymore…
When using $query->getSql(); I noticed that it wanted to do something like this:
UPDATE data SET date = 2009-12-14 WHERE …
and of course [...]
IRC server & channels added!
Since the start of this week, there is an own IRC server running at irc.droom.at (webchat or connect directly with your favourite IRC client) which offers support for:
Rails
jQuery
symfony
HAML / SASS
and sports some fun channels. Check it out and populate the server
Share this on:
Read MoreHow HAML changed my (XHTML) life
Using HAML and SASS have streamlined my template and XHTML building in a way I couldn’t imagine. I’ve tried some markup/markdown like textile but HAML is so well integrated into Ruby on Rails, it’s plain amazing. Come on, take a look, I promise you will like that one
Share this on:
Read More