- Rails Example Application - TimeTracker Application (Week 21/Option 6)
- Presentation:PDF: 1 slide per page (OR)OpenOffice file: None
- Homework: None
- Resources
o Ruby Time Tracker homesite from code.google.com/rubytime - 5547_rails_timetracker_app.zip (Unzip it in a directory of your choice and read lab document from
/rails_timetracker_app/index.html to proceed) (6/3/2009: Downloaded)
Wednesday, June 3, 2009
Week 21 "Optional 6": Rails Passion Course
Week 21 "Optional 5": Rails Passion Course
- Rails Example Application - FreeMIS Application (Week 21/Optional 5)
- Presentation:PDF: 1 slide per page (OR) OpenOffice file: None
- Resources
o FreeMIS homesite from www.freemis.net - Homework: None
- 5546_rails_freemis_app.zip (Unzip it in a directory of your choice and read lab document from
/rails_freemis_app/index.html to proceed) (6/3/09: Downloaded) - Online lab document/Change Log (This is the same document you will find in the hands-on lab zip file) (6/3/2009: Had problems so deferred)
Week 21 "Optional 4": Rails Passion Course
- Rails Example Application - Substruct Application (ECommerce Application) (Week 21/Optional 4)
- Presentation - there is no presentation.
- Resources
o Substruct homesite
o Installing Substruct blog - Homework: 6/3/2009: Checked/None Yet.
- 5542_rails_substruct_app.zip (Unzip it in a directory of your choice and read lab document from
/rails_substruct_app/index.html to proceed) (6/3/2009: Downloaded) Online lab document/Change Log (This is the same document you will find in the hands-on lab zip file) (6/3/2009: Started) - Had problems so deferred.
Week 21 "Optional 3": Rails Passion Course
- Rails Example Application - Typo Application (Week 21/Optional 3)
- Presentation - there is no presentation
- Homework - tbd (None yet)
- Resources
o typo homesite from www.typosphere.org - 5543_rails_typo_app.zip (Unzip it in a directory of your choice and read lab document from
/rails_typo_app/index.html to proceed) (6/3/09: Downloaded)
Week 21 "Optionals/Empties": Rails Passion Course
- Ruby Gems (Week 21/Optional 1)
- Presentation: PDF: 1 slide per page (OR) OpenOffice file: None
- Download: None
- Lab/Change Log: None
- Resources
o RubyGems Manual from rubygems.org - Rails Security (Week 21/Optional 2)
- Presentation: PDF: 1 slide per page (OR) OpenOffice file: None
- Download: None
- Lab/Change Log: None
- Resources
o Ruby on Rails Security Guide document from www.quarkruby.com - Caching (Week 21/Optional 7)
- Link goes back to TOC, so done.
- Performance (Week 21/Optional 8)
- Download: None
- Presentation: PDF: 1 slide per page (OR) OpenOffice file: None
- Lab/Change Log: None
- Resources: None
- Action Mailer (Week 21/Optional 9)
- Presentation: PDF: 1 slide per page (OR) OpenOffice file: None
- Download: None
- Lab/Change Log: None
- Resources: Action Mailer from api.rubyonrails.org
- Rails and Other Web Technologies (Week 21/Optional 10)
- Presentation: PDF: 1 slide per page (OR) OpenOffice file: None
- Download: None
- Lab/Change Log: None
- Resources: jMaki on Rails blog by Arun Gupta (March, 2008)
- Plug-in (Week 21/Optional 11)
- Presentation: PDF: 1 slide per page (OR) OpenOffice file: None
- Download: None
- Lab/Change Log: None
- Resources: None
- Misc Topics (Week 21/Optional 12)
- Presentation: PDF: 1 slide per page (OR) OpenOffice file: None
- Download: None
- Lab/Change Log: None
- Resources
- RubyConf 2007 from rubyconf2007.confreaks.com
Week 20: Rails Passion Course
- Rails Example Application - Redmine Application (Week 20)
- Presentation - there is no presentation
- 5539_rails_redmine_app.zip (Unzip it in a directory of your choice and read lab document from
/rails_redmine_app/index.html to proceed) (6/3/2009: Downloaded) - Homework: "TBD
" (Nothing Yet) - Resources
o Redmine homesite
o Redmine sample application from www.redmine.org - Online lab document/Change Log (This is the same document you will find in the hands-on lab zip file) (6/3/09: Successfully finished the Lab, therefore finished with HW20)
Tuesday, June 2, 2009
Week 19: Rails Passion Course
- Rails Example Application - Flickr Application (Week 19)
- Presentation - there is no presentation.
- Resources - there is no resources.
- Homework - There is no Homework this week/unit.
- 5541_rails_flickr_app.zip (Unzip it in a directory of your choice and read lab document from
/rails_flickr_app/index.html to proceed) (6/2/09: Downloaded) Online lab document/ Change Log (This is the same document you will find in the hands-on lab zip file) (6/6/2009: Started over) - (1.1) Already had Flicker API Key, so skipped this step. (p.2-3)
- (1.2) Checked and already had Flickr gem (1.0.2), so skipped this step. (p.3-8).
- (1.3) Created brand new rails project (flickr0606). (p.8-12)
- (1.4) Create brand new database, flickr0606_development. Also moved project under RAILSPASSION directory. (p.12-14)
- (1.5) Add Flickr settings to project's environment.rb file. Also added my pass key. (p.14-17)
- (1.6) Define a layout and stylesheet. I created a new layout file, application.rhtml. NOTE THAT NETBEANS FOUND A ERROR IN THE SUPPLIED FILE. Unclear how to fix it. Also created a brand new CSS file, flickr.css. (p.17-23)
- (1.7) Create a controller, flickr, but only after removing the two "require" statements in the config/environment.rb file. Also added supplied search method to flickr controller. (p.25-30)
- (1.8) Modified index.html.erb with supplied text, but Netbeans found 2 errors - unclear how to fix them. Then created brand new Partial, _photo, file, but Netbeans found 1 error - unclear how to fix it. (p.30-35)
- (1.9) Set URL routing: Modify routes.rb and renaming index.html. (p.35-38)
- (1.10) Ran the application and got the web page, but when I typed in "Netbeans and select "Find" I got "ArgumentError in FlickrController#search;
wrong # of arguments(3 for 0)" (p.38-41)
- Watched: http://media.rubyonrails.org/video/flickr-rails-ajax.mov
- Found this: http://snippets.dzone.com/posts/show/3493
- Also Found this: http://weblogs.java.net/blog/bleonard/archive/2007/03/building_a_ruby.html
- Finally got it to run by running it from the command line. (p.41)
- (1.11) Copied spinner.gif to public/images directory. Also modified index.rhtml.erb file with supplied text. (p.41-44)
- Run it again. (6/6/2009: It worked so I packaged it up and emailed my last homework/lesson)
Subscribe to:
Posts (Atom)