MapleCity Blog

MapleCity Blog header image 4

Entries Tagged as 'Programming'

Ruby Notes

January 27th, 2008 · 1 Comment

** In order to become proficient with the rails framework you really need to know quite a bit about ruby as a programming language.
Ruby References:

web page: http://corelib.rubyonrails.org //core library for the ruby programming language
book: “Programming Ruby” by Dave Thomas (aka: The Pick Axe Book)

Logs

if you programming and something has gone wrong often the error [...]

[Read more →]

Tags: Programming

Building a Rails Application

January 25th, 2008 · 1 Comment

Recently I decided to learn rails… I’m taking notes about what I learn and I’ve decided to post them here. I’m posting my notes in hopes that I will be helping others that might be learning rails… This first entry is an abstract look at developing an application, which is just one piece of [...]

[Read more →]

Tags: Programming