Commit Graph

  • cc1ad71a62 don't insert into <header> tags. Matthew Lehner 2012-12-13 14:41:30 -0800
  • c066a68120 Merge 25a0d6465c into ebeb331f0f Sam Hunter 2012-12-09 23:56:00 -0800
  • 25a0d6465c Don't insert livereload script tag after <header> tags Sam Hunter 2012-12-10 02:48:41 -0500
  • ebeb331f0f bump version and update readme for new behavior v0.3.9 John Bintz 2012-12-05 09:04:42 -0500
  • 394af20be2 put the javascript at the start of the head block nathanhoel/turbolinks_fix meganemura/turbolinks_fix turbolinks_fix John Bintz 2012-12-04 14:12:53 -0500
  • 7a6a51cb62 potential fix for turbolinks load order problem John Bintz 2012-12-03 14:00:45 -0500
  • d1b9a6ef7b Merge pull request #16 from teamon/patch-1 John Bintz 2012-11-01 05:50:43 -0700
  • 83a6f0b799 Merge 6661507d83 into 7115365877 Tymon Tobolski 2012-11-01 05:48:24 -0700
  • 6661507d83 Updated README for rails Tymon Tobolski 2012-11-01 13:46:19 +0100
  • 7115365877 add license, fixes #14 John Bintz 2012-10-12 18:42:22 -0400
  • 2988401306 bump version v0.3.8 John Bintz 2012-09-18 17:23:39 -0400
  • e998fab430 make sure things inserted into the body are actually strings John Bintz 2012-09-18 17:22:19 -0400
  • 8c83b90015 Merge branch 'master' of github.com:johnbintz/rack-livereload John Bintz 2012-07-10 17:51:10 -0400
  • 0d82995d8c update livereload.js John Bintz 2012-07-10 17:50:52 -0400
  • e51b347653 Merge pull request #11 from artemk/master John Bintz 2012-06-05 06:41:31 -0700
  • 94eb692eaa Merge 926f052122 into 2ebc246b61 GitHub Merge Button 2012-06-05 06:38:15 -0700
  • 2ebc246b61 Merge pull request #10 from artemk/f235eab4421a2fb19e53a18ff6e7f33c0c25768f John Bintz 2012-06-05 03:50:03 -0700
  • 926f052122 add travis icon to readme Artem Kramarenko 2012-06-05 12:19:48 +0300
  • ce8737c181 Merge f235eab442 into e59329ed38 GitHub Merge Button 2012-06-05 02:11:22 -0700
  • 3659f653c2 Merge 859558622a into e59329ed38 GitHub Merge Button 2012-05-30 09:49:27 -0700
  • 859558622a touch Artem Kramarenko 2012-05-30 19:51:24 +0300
  • 2f23626fe2 Appraisals and travis Artem Kramarenko 2012-05-30 19:47:31 +0300
  • f235eab442 no sense to add anything that is not 200. Artem Kramarenko 2012-05-30 18:45:36 +0300
  • e59329ed38 bump version v0.3.6 John Bintz 2012-03-06 14:38:50 -0500
  • 82279dee94 try another change nathanhoel/fix-deadlocks-maybe meganemura/fix-deadlocks-maybe fix-deadlocks-maybe John Bintz 2012-03-05 14:14:41 -0500
  • 0a30019d22 try closing the original body, see if that helps John Bintz 2012-03-05 13:48:03 -0500
  • 3180a3d3dd fix tests John Bintz 2012-03-04 13:27:31 -0500
  • 075b92e7f4 duplicate the middleware to potentially solve threading conflicts John Bintz 2012-03-04 13:25:45 -0500
  • 2e9828645a bump version v0.3.5 John Bintz 2012-03-03 09:59:44 -0500
  • 7733963658 merge John Bintz 2012-03-02 09:27:12 -0500
  • 00a9eb9062 ensure you're actually working with real lines, not assuming the return value is an array you can mutate, fixes #6 John Bintz 2012-03-02 09:25:48 -0500
  • 4caf4d9263 bump version for release v0.3.4 John Bintz 2012-01-24 08:55:43 -0500
  • 1c030a942c Merge pull request #5 from enriclluelles/do_not_fail_without_content_type John Bintz 2012-01-23 15:13:12 -0800
  • 3805607923 Merge 90b9a75b35 into 9e75660e10 GitHub Merge Button 2012-01-23 11:58:45 -0800
  • 90b9a75b35 Check that the content-type header is there first Enric Lluelles 2012-01-23 20:51:59 +0100
  • ab4e7256bb Added failing test Enric Lluelles 2012-01-23 20:51:08 +0100
  • 9e75660e10 Merge pull request #4 from enriclluelles/correct_content_length John Bintz 2012-01-23 10:56:58 -0800
  • 14d885a022 Merge 6501c039b2 into e223e1ddbf GitHub Merge Button 2012-01-23 10:46:26 -0800
  • 6501c039b2 Content-Length is supposed to be bytes, not chars Enric Lluelles 2012-01-23 19:42:25 +0100
  • e223e1ddbf a little cleanup, add cucumber, add support for ignoring particular browsers John Bintz 2012-01-03 08:58:51 -0500
  • 67d07df724 bump version v0.3.3 John Bintz 2011-12-02 06:58:46 -0500
  • 5166ae2c26 fix bug when path was nil John Bintz 2011-12-02 06:58:06 -0500
  • 090e2c0811 bump version v0.3.2 John Bintz 2011-12-01 09:49:17 -0500
  • 20ef5cc1f3 add the ability to ignore certain urls that may match John Bintz 2011-12-01 07:25:02 -0500
  • aaa701bac9 bump version v0.3.1 John Bintz 2011-11-29 14:05:07 -0500
  • 141d5632ee Merge branch 'master' of github.com:johnbintz/rack-livereload John Bintz 2011-11-29 14:02:34 -0500
  • e1d0ada7d6 update livereload.js John Bintz 2011-11-29 14:00:55 -0500
  • d4c8e8cf96 ensure some sort of host for rack::mockrequests that don't provide one John Bintz 2011-11-28 10:42:39 -0500
  • 1e884ba174 one more big note v0.3.0 John Bintz 2011-11-17 15:50:08 -0500
  • 41fcfc2041 fix readme bug John Bintz 2011-11-17 15:48:33 -0500
  • 47faab2457 add support for web-sockets-js John Bintz 2011-11-17 15:44:48 -0500
  • 667dee7f08 update rakefile v0.2.1 John Bintz 2011-11-14 09:11:57 -0500
  • cc745deaa0 fix an issue with catching network traffic errors John Bintz 2011-11-14 09:10:40 -0500
  • c12bf6b01e bump version v0.2.0 John Bintz 2011-11-14 08:51:16 -0500
  • 92479fdaff detection and use of local livereload if available John Bintz 2011-11-08 09:48:34 -0500
  • 38a3396cf2 update readme John Bintz 2011-11-07 09:38:36 -0500
  • 657db8f9ca bump version v0.1.0 John Bintz 2011-11-07 09:12:32 -0500
  • eccebca01f override the host. now it is complete. no more changes ever need to be made to this. ever. John Bintz 2011-11-07 09:11:27 -0500
  • ccf888dd30 set options when adding the middleware to the stack John Bintz 2011-11-07 09:06:40 -0500
  • 17d4bed4eb a few more fixes John Bintz 2011-11-07 08:49:42 -0500
  • fde86b211b stream body munging John Bintz 2011-11-07 08:41:51 -0500
  • 66e584e37a it goes here, not where it was going John Bintz 2011-11-04 13:42:42 -0400
  • 039d5ca2ae update gemspec to keep bundler from yelling John Bintz 2011-11-04 13:29:13 -0400
  • ec2a2e3115 haha, fix a dumb bug: John Bintz 2011-11-04 11:57:41 -0400
  • 2115047ab1 initial commit John Bintz 2011-11-04 11:51:22 -0400