meganemura
c959433361
Write homepage in gemspec
2018-03-19 01:40:03 +09:00
John Bintz
c0c47cc83b
Merge pull request #72 from johnbintz/middleware-ordering-update
...
Middleware ordering update
2016-03-16 07:24:14 -04:00
John Bintz
16c1ba76ed
[middleware-ordering] Improve middlware docs, fixes #51
2016-03-16 07:21:22 -04:00
John Bintz
f830396dbf
[middleware-ordering] Switch from hashrockets -> new hash style
2016-03-16 07:21:00 -04:00
John Bintz
41bdc64bcb
Bump version.
2015-07-03 12:33:50 -04:00
John Bintz
651d202dd2
Merge pull request #66 from johnbintz/travis-trimming
...
No one uses 1.8.7 or 1.9.2 anymore. Sorry, folks.
2015-07-03 12:33:29 -04:00
John Bintz
ffa5d63ffc
Trim a little more out of the tests.
2015-07-03 12:28:20 -04:00
John Bintz
d06a756c8d
RSpec modernization fixes.
2015-07-03 12:20:54 -04:00
John Bintz
ef3895cbcf
No one uses 1.8.7 or 1.9.2 anymore. Sorry, folks.
2015-07-03 09:31:46 -04:00
John Bintz
727296953b
Merge pull request #64 from cpjk/cpjk-fix-readme
...
Fix link to livereload.com
2015-07-03 09:24:56 -04:00
John Bintz
618feb865c
Merge pull request #50 from rjocoleman/ignore_fullpath
...
parse fullpath for ignore
2015-07-03 09:24:47 -04:00
John Bintz
f5cbf07d21
Merge pull request #58 from pmoghaddam/fix_middleware_order
...
Update middleware order to resolve flash.keep issue and unnecessary logging
2015-07-03 09:21:33 -04:00
John Bintz
493aa6255d
Merge pull request #53 from samcon/master
...
Set the protocol of the livereload source
2015-07-03 09:20:53 -04:00
Chris Kelly
e7cbf825d9
Fix link to livereload.com
2015-02-10 14:29:15 -08:00
Payam Moghaddam
9a4316ce37
Update middleware order to resolve flash.keep issue and unnecessary logging
2014-10-11 22:09:22 -07:00
John Bintz
952ea670dd
Merge pull request #52 from johnkchow/master
...
Catch an IOError that happens on Ruby 2.0
2014-07-18 07:32:13 -04:00
John Bintz
5cdf2368e8
Merge pull request #56 from hirak/patch-1
...
explicitly state MIT License in gemspec
2014-06-10 14:37:48 -04:00
Hiraku NAKANO
5b5d62925f
explicitly state MIT License in gemspec
2014-06-10 20:41:05 +09:00
samcon
27063b7d20
Set the protocol of the livereload source
...
This will allow a user to serve livereload from HTTPS
(Also requires using the :source => :livereload option)
2014-03-21 01:26:44 +02:00
John Chow
d67df1bb77
Catch an IOError that happens on Ruby 2.0
...
Would get a #<IOError: closed stream> error on Ruby 2.0
2014-03-01 13:12:48 -08:00
Robert Coleman
64449acbc9
parse fullpath for ignore
2013-11-26 13:35:21 +13:00
John Bintz
13ac1c85f3
Merge pull request #46 from zorab47/issue-45-clarify-readme-example
...
Clarify README's installation instructions
2013-09-16 07:17:21 -07:00
Charles Maresh
165f057cd3
Clarify README's installation instructions
...
Add detail to the Rails installation sections and show default
configuration options. Also simplify example's usage and add link to find
more information on Rails middlewares.
2013-09-13 13:55:17 -05:00
John Bintz
40a2ab41fb
Merge pull request #44 from aspiers/patch-1
...
fix README reference to changing port
2013-09-06 13:51:00 -07:00
Adam Spiers
cd592e9c41
fix README reference to changing port
...
#25 forgot to update README.md to reference the new
`live_reload_port` option.
2013-09-06 16:17:07 +01:00
John Bintz
81a14b4357
Merge pull request #43 from swrobel/master
...
Fix typo in .travis.yml to prevent Rails 4 building on Ruby < 1.9.3
2013-08-22 18:36:05 -07:00
Stefan Wrobel
89b4a710e8
Fix typo in .travis.yml to prevent Rails 4 building on Ruby < 1.9.3
2013-08-21 23:57:55 -07:00
John Bintz
ab8fe2944a
Merge pull request #42 from swrobel/only-get
...
Skip processing for non-GET requests
2013-08-20 16:02:07 -07:00
Stefan Wrobel
707d2955e0
Test on Ruby 2 && Rails 4
2013-08-20 15:56:47 -07:00
Stefan Wrobel
e9f4417307
Set max Nokogiri version for development on Ruby 1.8
2013-08-20 14:46:09 -07:00
Stefan Wrobel
a0ed81e1b4
Remove appraisal lock files to fix travis
2013-08-20 14:30:18 -07:00
Stefan Wrobel
117f251ff7
Skip processing for non-GET requests
2013-08-20 13:55:47 -07:00
John Bintz
81fb8384cb
bump version
2013-05-24 08:32:50 -04:00
John Bintz
85a27e6bec
Merge pull request #38 from sourcery/master
...
Reference the top-level Timeout, to avoid conflicts with Rack::Timeout
2013-05-24 05:31:54 -07:00
Ben Woosley
1891dbb920
Reference the top-level Timeout, to avoid conflicts with Rack::Timeout
...
Otherwise we get: #<NameError: uninitialized constant Rack::Timeout::Error>
2013-05-23 21:30:11 -07:00
John Bintz
e43835bdbf
bump version for release
2013-05-15 10:58:30 -04:00
John Bintz
25a5d217f5
Merge pull request #37 from theo-bittencourt/dont-skip-processing-when-code-isnt-200
...
don't skip processing when response's status code isn't 200
2013-05-13 11:56:11 -07:00
Theo Bittencourt
d665d6e3f0
don't skip processing when response's status code isn't 200
2013-05-13 13:43:23 -03:00
John Bintz
176ce40003
a little more code shuffling to clean up the body processor class a bit
2013-05-06 09:36:15 -04:00
John Bintz
13e09428f3
add code climate badge, since we're starting to be more awesome in that regard
2013-04-30 10:07:23 -04:00
John Bintz
8cd7e10604
skipping the testing of a method bit me. d'oh
2013-04-26 10:47:41 -04:00
John Bintz
730a595be2
big refactoring
2013-04-23 16:28:23 -04:00
John Bintz
2eae7fd1bb
Merge pull request #33 from ssendev/image-passthru
...
pass images through
2013-04-21 08:59:55 -07:00
ssendev
698ae43650
pass images through
2013-04-21 15:48:32 +02:00
John Bintz
03ea0608cd
Merge pull request #27 from neo/master
...
Handle Rails apps running on relative root
2013-04-02 08:22:50 -07:00
Adam McCrea
45d5868aa6
Handle Rails apps running on relative root
2013-04-02 10:13:37 -04:00
John Bintz
1a6424b2bf
bump version
2013-04-01 09:17:03 -04:00
John Bintz
20f03cbe7c
...and fix the test for that
2013-03-27 17:50:58 -04:00
John Bintz
2327695365
make sure rack livereload port gets set when swf is disabled
2013-03-27 17:50:06 -04:00
John Bintz
7c432f4438
bump version
2013-03-19 15:17:11 -04:00