Categories: None [Edit]
rails_source_path
Remember the route prior to the current controller and redirect/use later
In rails project, one common case is one form used to create or update
an object can be routed from more than one page, when the object is created or updated, it
should be redirected back to wherever it came from. Rails redirect_back doesn't work in this
case because: 1. redirect_back in create/update action will go back to new/edit form. 2.
usually the form is re-rendered if any error exists, which basically breaks the redirect_back.
rails-source-path can hanlde this by explicily specifying the entry actions and remember the
previous route in session store, hence can be used in the whole controller. Also a helper
method is providered so it can be used in view like 'back' or 'cancel' button.
Total
Ranking: 110,559 of 183,127
Downloads: 5,934
Daily
Ranking: 74,510 of 183,106
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
1 | 2,409,222,051 | bundler |
7 | 990,071,846 | activesupport |
10 | 954,475,095 | rake |
25 | 818,160,872 | rspec |
41 | 565,534,895 | rails |
116 | 294,850,679 | rspec-rails |
Owners
# | Gravatar | Handle |
---|---|---|
1 | xiuzhong |