Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
Any guides for good coding in Ruby?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Sascha Ebach, post: 4463406"] Nice to have so many experts here :) I have actually been fighting around with this issue. I have found that using tabs always gives me headaches somewhere. For example when I paste code examples into emails. What do I have to set in vim if I always want two spaces (also when I press the tab key)? No exceptions. I essentially want this: class PageController def edit case @request.method when :get @page = Page.find(@params['id']) when :post ... end end Sascha [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
Any guides for good coding in Ruby?
Top