ymendel / considered_harmful
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
commit 458fb61479d3dfc6043dbb357496a218ad8ddf72
tree 600801e241dc01a4c95b6dd0987d5fb70536a967
parent 625527b92b0918c0fb1c7f0a81671d984487724e
tree 600801e241dc01a4c95b6dd0987d5fb70536a967
parent 625527b92b0918c0fb1c7f0a81671d984487724e
| name | age | message | |
|---|---|---|---|
| |
MIT_LICENSE | ||
| |
README | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
spec/ |
README
= Considered Harmful <b>Version 1.0 (19 Jun 2009)</b> Author:: Yossef Mendelssohn (ymendel@pobox.com) Copyright:: Copyright (c) 2009 Yossef Mendelssohn License:: MIT License. See MIT-LICENSE file for more details. Considered Harmful is a Ruby on Rails plugin that lets you "goto" locations rather than redirecting to them. == Installation script/plugin install git://github.com/ymendel/considered_harmful.git == Using Considered Harmful Say you have a controller action like so: class ThingsController < ApplicationController def update # some code here redirect_to thing end end That's just way too long. Try this instead. class ThingsController < ApplicationController def update # some code here goto thing end end == Version history: 1.0 - Initial release

