Dirkjan Bussink
|
a141d9de0d
|
bump 2.3.14.github41
github41
|
2014-03-27 13:55:26 +01:00 |
|
Dirkjan Bussink
|
74492f43a8
|
Merge pull request #51 from github/dbussink/fix-logging-frozen-string-query
Dup string before changing encoding because it might be frozen
|
2014-03-27 12:53:25 +00:00 |
|
Dirkjan Bussink
|
c2894170bf
|
Dup string before changing encoding because it might be frozen
Calling String#force_encoding! on a frozen string throws an exception.
By dupping the string we prevent this from happening.
|
2014-03-27 13:47:08 +01:00 |
|
Charlie Somerville
|
057aed6e18
|
Merge pull request #48 from github/2-3-kill-backtick-monkey-patch
[2.3] Kill Object#` monkey patch
|
2014-02-23 23:20:47 +11:00 |
|
Charlie Somerville
|
02fc012b42
|
kill Object#` monkey patch
|
2014-02-23 23:17:44 +11:00 |
|
Mastahyeti
|
4fdaf21b28
|
bump 2.3.14.github40
github40
|
2014-02-18 15:28:32 -06:00 |
|
Ben Toews
|
35b871fbcd
|
Merge pull request #47 from github/CVE-2014-0081
CVE-2014-0081
|
2014-02-18 15:28:00 -06:00 |
|
Mastahyeti
|
a5697840d6
|
escape format for CVE-2014-0081
|
2014-02-18 15:25:05 -06:00 |
|
Andy Lindeman
|
d0e554d231
|
Bumps to github39
github39
|
2014-02-14 00:12:09 -05:00 |
|
Andy Lindeman
|
d38b7664cc
|
github38
|
2014-02-13 22:36:14 -05:00 |
|
Andy Lindeman
|
e4cd9caf02
|
Merge pull request #46 from github/runtime_header
Removes the X-Runtime header from ActionController::Benchmarking
|
2014-02-13 22:34:18 -05:00 |
|
Andy Lindeman
|
89e4514704
|
Removes the X-Runtime header from ActionController::Benchmarking
The `Rack::Runtime` middleware now provides this header
|
2014-02-13 22:25:27 -05:00 |
|
Joshua Peek
|
0a0d975f51
|
github37
|
2014-02-11 23:36:30 -06:00 |
|
Joshua Peek
|
62daf4cb6f
|
Merge pull request #45 from github/rack-session-skip
Backport Rack session skip
|
2014-02-11 23:34:52 -06:00 |
|
Joshua Peek
|
24711e1e29
|
Backport env['rack.session.options'][:skip]
|
2014-02-11 23:22:39 -06:00 |
|
Charlie Somerville
|
cf8f36930c
|
Merge pull request #44 from github/builder-3.2.2
Builder 3.2.2
|
2014-01-20 19:55:16 -08:00 |
|
Charlie Somerville
|
d622643e47
|
fix tests
|
2014-01-21 14:30:00 +11:00 |
|
Charlie Somerville
|
3f0241a613
|
use assert_includes so we get a useful failure message
|
2014-01-21 14:28:01 +11:00 |
|
Charlie Somerville
|
38a7432590
|
add builder 3.2.2 to Gemfile.sh and use that instead of vendored copy
|
2014-01-21 14:22:20 +11:00 |
|
Charlie Somerville
|
1220d3c3ed
|
delete vendored builder 2.1.2
|
2014-01-21 14:16:36 +11:00 |
|
Charlie Somerville
|
3d72818356
|
Merge pull request #43 from github/i18n-0.6.9
i18n 0.4.1
github37
|
2014-01-20 18:05:20 -08:00 |
|
Charlie Somerville
|
221477dc21
|
fix this bit
|
2014-01-21 12:51:40 +11:00 |
|
Charlie Somerville
|
975155c110
|
use i18n 0.6.9 as a gem
|
2014-01-21 12:33:39 +11:00 |
|
Charlie Somerville
|
2931987892
|
delete vendored i18n-0.4.1
|
2014-01-21 12:25:44 +11:00 |
|
Charlie Somerville
|
e3290b98dd
|
Merge pull request #42 from github/dont-test-on-1.9
Don't run tests on 1.9.3
|
2014-01-20 17:25:13 -08:00 |
|
Charlie Somerville
|
20088080a5
|
Don't run tests on 1.9.3
|
2014-01-21 12:23:05 +11:00 |
|
Dirkjan Bussink
|
24e348489d
|
github36
|
2014-01-17 18:10:31 +01:00 |
|
Dirkjan Bussink
|
ba4f4f8a01
|
Treat mysql in the name as a mysql driver
|
2014-01-17 18:05:20 +01:00 |
|
Aman Gupta
|
ccf254b6cb
|
build using 2.1 first
|
2014-01-15 01:10:18 -08:00 |
|
Mislav Marohnić
|
3766b1b377
|
github35
github35
|
2014-01-13 13:58:57 -08:00 |
|
Mislav Marohnić
|
d3f87776a3
|
Merge pull request #41 from github/disable-generated-id
Disable auto-generated form field IDs by passing nil for "id" attribute
|
2014-01-13 13:57:38 -08:00 |
|
Mislav Marohnić
|
18c7c1f753
|
Disable auto-generated form field IDs by passing nil for "id" attribute
Previously it was not possible to opt out of auto-generated ID values
for various form fields.
|
2014-01-13 13:22:06 -08:00 |
|
Aman Gupta
|
f63b0340ff
|
github34
github34
|
2014-01-08 21:04:30 -08:00 |
|
Aman Gupta
|
7224ee1419
|
Merge pull request #37 from github/erb-freeze
Freeze ERB string literals
|
2014-01-08 20:33:01 -08:00 |
|
Aman Gupta
|
0c52ae6df3
|
Merge pull request #39 from github/write-fragment-fix
Fix fragment caching in mixed encoding scenario
|
2014-01-08 20:32:40 -08:00 |
|
Aman Gupta
|
f8b7cd2df7
|
Merge pull request #40 from github/ruby-2.1
Ruby 2.1
|
2014-01-08 20:32:12 -08:00 |
|
Aman Gupta
|
c73ba86136
|
use new 2.1 api
|
2014-01-08 18:03:55 -08:00 |
|
Aman Gupta
|
98fa5dd465
|
build on ruby 2.1
|
2014-01-08 17:46:13 -08:00 |
|
Mislav Marohnić
|
fa41bedf6b
|
Don't rely on default encoding always being ASCII-8BIT
|
2014-01-08 17:41:17 -08:00 |
|
Aman Gupta
|
0a8282c557
|
freeze literals
|
2014-01-08 17:28:31 -08:00 |
|
Mislav Marohnić
|
d4a4facfcc
|
Add test for extracting the cache fragment with mixed encodings
|
2014-01-08 17:12:18 -08:00 |
|
Aman Gupta
|
dd4146854a
|
Fix fragment caching in mixed encodings scenario
To reduce ambiguity between char- and byte-based operations, explicitly
do byte operations when extracting the fragment that needs to be cached.
|
2014-01-08 16:35:55 -08:00 |
|
Charlie Somerville
|
cedf026a14
|
bump version to github33
github33
|
2013-12-30 15:45:48 +11:00 |
|
Charlie Somerville
|
7ac3b0fa4f
|
Merge pull request #34 from github/remove-cgi
Remove CGI support
|
2013-12-29 19:56:48 -08:00 |
|
Charlie Somerville
|
31cd7ea26d
|
remove this NCGI stuff
|
2013-12-30 14:29:27 +11:00 |
|
Charlie Somerville
|
df387ab385
|
remove FastCGI crap
|
2013-12-30 14:28:24 +11:00 |
|
Charlie Somerville
|
0118959601
|
remove the webrick server
|
2013-12-30 14:26:08 +11:00 |
|
Charlie Somerville
|
83448c7de5
|
remove dispatch.rb and gateway.cgi
|
2013-12-30 14:23:00 +11:00 |
|
Charlie Somerville
|
8f99d00868
|
require properly
|
2013-12-30 14:23:00 +11:00 |
|
Charlie Somerville
|
987b61bd1d
|
kill QueryExtension, it's more dead junk
|
2013-12-30 14:15:55 +11:00 |
|