issues
search
jtrupiano
/
rack-rewrite
A web server agnostic rack middleware for defining and applying rewrite rules. In many cases you can get away with Rack::Rewrite instead of writing Apache mod_rewrite rules.
http://github.com/jtrupiano/rack-rewrite
MIT License
836
stars
80
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix markdown syntax in README
#93
Spone
closed
4 years ago
1
Rewrite doesn't work for pages located in /public (Rails)
#92
inem
closed
6 years ago
1
Properly parse Alternative loaders section
#91
jsoref
opened
6 years ago
0
Removing extra dashes
#90
mariarosalesGL
opened
6 years ago
0
How I can write logs before redirect an URL?
#89
arnolfontalvo
opened
6 years ago
1
Update README.markdown
#88
jaynetics
opened
7 years ago
0
Can this be used with rails 5?
#87
tj8295
opened
7 years ago
1
Most recent gem release doesn't include YAML rule set
#86
iainbeeston
opened
7 years ago
2
Apply rewrite rule only to certain domain
#85
cmalpeli
opened
7 years ago
2
Add a new negative matcher for hostnames
#84
lzaz
opened
8 years ago
0
Suppress warning from Ruby
#83
tricknotes
opened
8 years ago
0
Fix test for Ruby 2.3.x
#82
tricknotes
opened
8 years ago
0
Suppress Ruby's deprecation using `File.exist?` instead of `File.exists?`
#81
tricknotes
opened
8 years ago
0
Use subdomain string as a part of redirection url
#80
gabyshev
opened
8 years ago
1
README: Make config.ru example runnable
#79
ayumi
opened
8 years ago
0
Adding MIT license to the gemspec.
#78
reiz
closed
9 years ago
0
Remove host from PATH_INFO
#77
pomartel
closed
6 years ago
1
XSS attack on redirect
#76
SardarNL
opened
9 years ago
0
Add scheme test, test-unit to development dependencies
#75
vidmantas
opened
9 years ago
0
SSL redirect does not save path
#74
KaoruDev
closed
9 years ago
2
add yaml rule
#73
geun
closed
9 years ago
1
Pattern matching fix
#72
frasermince
opened
9 years ago
0
fix typo in rule.rb
#71
frasermince
closed
9 years ago
0
No way to maintain http referer
#70
jeremyk
closed
9 years ago
1
Usage examples unavailable anymore
#69
dmitry
opened
9 years ago
2
Fixes #67 doc update for Rails 4
#68
reneedv
closed
9 years ago
1
No such middleware to insert before: Rack::Lock (RuntimeError)
#67
reneedv
closed
9 years ago
0
Fix duplicated key in apply!(env) method
#66
fredguest
closed
9 years ago
6
getting "duplicated key" warning when i start the server
#65
fredguest
closed
9 years ago
2
Removing extra slashes in end of URL
#64
nik-holo
closed
2 months ago
7
add yaml_rule_set.rb to gemspec
#63
sbrauer
opened
10 years ago
2
Enable use of last match back reference and fix resultant query string if malformed
#62
benpritchard
opened
10 years ago
0
Make clear that rack-rewrite uses only PATH_INFO, not SCRIPT_NAME
#61
ameuret
opened
10 years ago
0
Added Gem Version
#60
ahmadhussain
closed
10 years ago
1
Add licenses to gemspec
#59
coreyhaines
closed
6 years ago
0
Add License information to Gemspec
#58
coreyhaines
opened
10 years ago
1
Only seems to redirect for files in the asset pipeline?
#57
nozpheratu
closed
10 years ago
1
301 rewrite not matching for one query
#56
dp6ai
closed
10 years ago
5
dynamic option for content type
#55
MQuy
opened
10 years ago
0
Maintance Help
#54
mdeering
closed
10 years ago
2
rails example (slightly more obvious)
#53
mdpatrick
closed
10 years ago
0
redirect hardcoded image urls
#52
dp6ai
closed
10 years ago
1
add send data rule support return raw data
#51
MQuy
closed
10 years ago
0
Added the ability to use external loaders
#50
danielcooper
closed
11 years ago
0
Minor spelling fix
#49
zph
closed
11 years ago
0
Readme: added sample usage for Rails 4
#48
paulkoegel
closed
11 years ago
0
Encoded URIs are not being matched
#47
johnpash
closed
11 years ago
1
Gem permissions are wrong
#46
evan
closed
11 years ago
2
Add :scheme option to README and mention that :host, :method, and :schem...
#45
eliotsykes
closed
11 years ago
0
Add support for lambda matchers.
#44
joshwlewis
closed
11 years ago
0
Next