I don't come from a programming background, I just work at a typical burger joint around the corner. Here lately(past year) I have been working on my skills to advance my html/css hobby into something more. After a few months I felt ok on the front end so I dove into Ruby about two months ago and Rails a few weeks ago. While on one of my rabbit hole expeditions to better understand the Rails architecture I mangled together a rack application and uploaded it to heroku with some embedded Ruby to spit out the day of the week. I feel like I made an achievement in life and wanted to share!Rackapp: https://murmuring-sands-27326.herokuapp.com/
brudgers|9 years ago
melhoir|9 years ago
There is also a link to GitHub on the app.
If you look through the source code I would enjoy feedback good or bad. I have not been able to find any resources that get past 'hello world' with rack. So what I have wrote was learned from those hello world apps combined with browsing GitHub. I have no idea if I am doing things right or not but it works for now.