1,914 reputation
617
bio website alanpeabody.com
location Burlington, VT
age 29
visits member for 3 years, 4 months
seen 2 hours ago
stats profile views 80
Web Application Developer with solid knowledge in Ruby, Rails, JavaScript, jQuery, html, and css.

Jun
19
comment Using RVM with GVim (Cream): rvm command not found
Thanks. However, I actual already used .bashrc to add rvm. I was mistaken when I said bash profile above.
Jun
18
answered How to install a forked gem on Engine Yard?
Jun
18
comment Using RVM with GVim (Cream): rvm command not found
Same issue also present in gvim and only occurs when I use the application menu/Gnome Do to launch the application. If launch gvim from the shell then rvm works fine.
Jun
17
answered Ruby On Rails on Windows - Linux VM or dual boot
Jun
17
revised Using RVM with GVim (Cream): rvm command not found
edited tags
Jun
17
awarded  Student
Jun
17
asked Using RVM with GVim (Cream): rvm command not found
Jun
16
comment Get SEO friendly URLS with Rails without method_missing?
Yep, keep in mind that they do have to be unique as Michael mentioned, but I really can not imagine that there is anything you can not do with the routes file and have to use method missing. You may want to look up ActiveRecord::Base.to_param method and how to create seo friendly urls with that.
Jun
15
awarded  Editor
Jun
15
revised Get SEO friendly URLS with Rails without method_missing?
added 1 characters in body
Jun
15
answered Get SEO friendly URLS with Rails without method_missing?
Jun
15
comment url optimization in rails?
The _url and _path methods provided by the restful routes you define call to_param on the object passed in. So in this instance show_question_path(@question) is calling @question.to_param to get the id of the object and useing that to generate the route. The ActiveRecord::find will take the id at that point (12-example) and run to_i on it. the String::to_i function will convert any numeric characters in the beginning of a string to an integer, and ignore the rest. Thank explain things more fully?
Jun
11
answered url optimization in rails?
Jun
11
comment Ruby coding style guidelines
Loved this, forked it for a company style guide, but using detect/select over find/find_all for less confusion with Rails find method.
Jun
8
answered What is the best way to create a form for editing a model attribute which is an array of strings in Rails?
Jun
8
answered rails route question
Jun
8
answered Rails method as a nested resource
Mar
4
awarded  Supporter
Feb
17
awarded  Teacher
Feb
17
answered Rails Custom Deprecation Notices