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.

Mar
27
revised vim and Ruby on Rails
Added info on ConqueTerm plugin
Mar
27
comment vim and Ruby on Rails
@fl00r All modern versions of vim support tabs. On MacVim/Gvim tab switching is bound to the same key commands as the os uses elsewhere. Rails.vim and command t also support many tab and split command variations.
Mar
26
comment Global variable in Rails
This is definitely the way to go. It has the added benefit of not getting executed unless you need it, whereas a before filter will end up needing lots of filters or getting called even when you don't need it.
Mar
26
answered specify an environment in rails 3 app with thin
Mar
25
comment Renaming the current file in Vim
Explorer trick is great, thanks.
Mar
25
comment vim and Ruby on Rails
Once you figure your vim config out this tip may help: Many people use tools like Dropbox or an open GitHub repo to sync their vim config between machines. I personally sync mine to three machines automatically with DropBox then sync to GitHub to share with others. Most .vimrc and .vim/ configs tend to be constantly evolving, so syncing them can save tons of time.
Mar
25
answered vim and Ruby on Rails
Mar
25
answered Rails custom class static init
Mar
23
answered validating a has_many relationship that is built
Mar
22
awarded  Tag Editor
Mar
22
revised engineyard wiki excerpt
added 82 characters in body
Mar
22
revised engineyard wiki description
added 617 characters in body
Mar
22
suggested suggested edit on engineyard tag wiki excerpt
Mar
22
suggested suggested edit on engineyard tag wiki
Mar
22
wiki created engineyard description
Mar
22
wiki created engineyard excerpt
Mar
22
answered How to disable Rails RoutingError stacktrace printout in Production log files?
Mar
22
answered Rails 3: How to display an object in a readable format?
Mar
22
answered Consuming REST API from Rails Application
Mar
22
comment Is there a guide to Rails for experienced Rubyists?
The rails guides are a great resource. I refer to them as a high level resource. Usually followed by a visit to api.rubyonrails.org. Even after 4 years of Rails work I find them helpful.