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
John Bintz
306e5cd275
Merge pull request #30 from pdf/dont_mess_with_chunk_endcoded
...
Don't force iterating chunked (streamed) responses
2013-03-19 06:31:40 -07:00
Peter Fern
6b93954231
While we're at not messing with stuff, don't mess with inlined content
2013-03-19 17:32:46 +11:00
Peter Fern
75c50f7e92
Don't force iterating chunked (streamed) responses
2013-03-19 17:11:45 +11:00
John Bintz
c1415c32cb
Merge pull request #28 from aptx4869/master
...
Escape ampersands in the generated URL
2013-03-18 03:25:24 -07:00
aptx4869
c9e096f77a
escap & to &
2013-03-17 08:57:39 +08:00
John Bintz
9aae5fa5fa
Merge pull request #25 from davidmiani/master
...
Added an option to change the port used by rack-livereload
2013-02-03 06:07:38 -08:00
David Miani
206ce04e77
Adds the live_reload_port option.
...
This allows the javascript to work with a non default value for the
livereload port (specified with the port option in the guard command).
For example, in config/environments/development.rb in rails:
config.middleware.insert_after(ActionDispatch::Static, Rack::LiveReload, :live_reload_port => 22351)
works with the following in the Guardfile:
guard 'livereload', port: '22351' do
...
end
This allows multiple guard livereload processes to operate at the same time without
conflicts.
2013-02-03 22:46:38 +11:00
John Bintz
85855cb25a
don't try to close text/event-stream bodies, should fix #24
2013-01-24 10:22:54 -05:00
John Bintz
fbbea710d7
bump version, prep for release
2012-12-17 13:45:18 -05:00
John Bintz
b3bd9fa9a4
Merge pull request #21 from matthewlehner/head_tag_only
...
Fixes for head tag regex
2012-12-14 06:28:52 -08:00
Matthew Lehner
0c5d9bc06b
add specs for regex
2012-12-13 16:27:16 -08:00
Matthew Lehner
706d158328
extract head_tag_regex to constant
2012-12-13 16:27:06 -08:00
John Bintz
6f9576215a
Merge pull request #19 from matthewlehner/head_tag_only
...
Fix for "head" and "header" tag confusion
2012-12-13 16:08:58 -08:00
John Bintz
13c50ca118
Merge pull request #20 from matthewlehner/master
...
Correct deprecated methods and requires in test suite
2012-12-13 16:08:23 -08:00
Matthew Lehner
657157fcf6
fix deprecated require for mocha
2012-12-13 14:49:31 -08:00
Matthew Lehner
a69cdf1103
remove deprecated rspec option from guardfile
2012-12-13 14:49:15 -08:00
Matthew Lehner
cc1ad71a62
don't insert into <header> tags.
2012-12-13 14:41:30 -08:00
John Bintz
ebeb331f0f
bump version and update readme for new behavior
2012-12-05 09:04:42 -05:00
John Bintz
394af20be2
put the javascript at the start of the head block
2012-12-04 14:12:53 -05:00
John Bintz
7a6a51cb62
potential fix for turbolinks load order problem
2012-12-03 14:00:45 -05:00
John Bintz
d1b9a6ef7b
Merge pull request #16 from teamon/patch-1
...
Rack::Lock undefined for threadsafe Rails apps
2012-11-01 05:50:43 -07:00
Tymon Tobolski
6661507d83
Updated README for rails
...
Changed rails install guide so it will work for threadsafe apps too
2012-11-01 13:46:19 +01:00
John Bintz
7115365877
add license, fixes #14
2012-10-12 18:42:22 -04:00
John Bintz
2988401306
bump version
2012-09-18 17:23:39 -04:00
John Bintz
e998fab430
make sure things inserted into the body are actually strings
2012-09-18 17:22:19 -04:00
John Bintz
8c83b90015
Merge branch 'master' of github.com:johnbintz/rack-livereload
2012-07-10 17:51:10 -04:00
John Bintz
0d82995d8c
update livereload.js
2012-07-10 17:50:52 -04:00
John Bintz
e51b347653
Merge pull request #11 from artemk/master
...
integration with travis ci
2012-06-05 06:41:31 -07:00
John Bintz
2ebc246b61
Merge pull request #10 from artemk/f235eab4421a2fb19e53a18ff6e7f33c0c25768f
...
no sense to add anything that is not 200.
2012-06-05 03:50:03 -07:00
Artem Kramarenko
926f052122
add travis icon to readme
2012-06-05 12:19:48 +03:00
Artem Kramarenko
859558622a
touch
2012-05-30 19:51:24 +03:00
Artem Kramarenko
2f23626fe2
Appraisals and travis
2012-05-30 19:47:31 +03:00