This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bc7da9b77d6347eeccefa2c735b2f236a08eea57
rails
/
actionpack
/
lib
/
action_dispatch
History
Paul Sadauskas
dc5300adb6
Slightly less annoying check for acceptable mime_types. This allows Accept: application/json, application/jsonp (and the like), but still blacklists browsers. Essentially, we use normal content negotiation unless you include */* in your list, in which case we assume you're a browser and send HTML [
#3541
state:resolved]
2010-04-01 17:42:46 -07:00
..
http
Slightly less annoying check for acceptable mime_types. This allows Accept: application/json, application/jsonp (and the like), but still blacklists browsers. Essentially, we use normal content negotiation unless you include */* in your list, in which case we assume you're a browser and send HTML [
#3541
state:resolved]
2010-04-01 17:42:46 -07:00
middleware
Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing signed cookies to work again.
2010-03-31 12:59:41 +02:00
routing
Add more tests and docs to uncountable routes. [
#3930
state:resolved]
2010-03-28 18:34:48 -07:00
testing
Consistent routing language
2010-03-30 14:05:42 -05:00
railtie.rb
Make X-Sendfile default to "" so it works correctly in dev mode.
2010-03-26 16:58:55 -07:00
routing.rb
Another missing require
2010-03-16 21:37:54 -07:00