Frank Taillandier
57a29800b6
Feat: drop ruby 2.3 ( #7454 )
...
Merge pull request 7454
2019-03-15 13:31:54 -04:00
Ashwin Maroli
506c764e1e
fix incorrectly passed arguments to assert_equal ( #7134 )
...
Merge pull request 7134
2018-07-15 16:11:45 -04:00
Ashwin Maroli
9adac3a11e
Fix Rubocop offences in test files ( #7128 )
...
Merge pull request 7128
2018-07-12 10:21:23 -04:00
David Zhang
2a032a38ec
Bump Rubocop to 0.54.x ( #6915 )
...
Merge pull request 6915
2018-04-09 04:26:49 -04:00
Alex Wood
9d68b1b134
Add LiveReload functionality to Jekyll. ( #5142 )
...
Merge pull request 5142
2017-12-06 16:33:51 -05:00
Parker Moore
7cf5f51ca2
Enforce Style/FrozenStringLiteralComment. ( #6265 )
...
Merge pull request 6265
2017-08-03 21:27:32 -04:00
Florian Thomas
0108b22f3c
create configuration from options only once in the boot process ( #5487 )
...
Merge pull request 5487
2017-04-19 14:50:25 -04:00
Pat Hawks
1d885911bc
Rubocop: Require consistent comma in multiline literals
2017-01-12 17:52:29 -06:00
Florian Thomas
01c33907a3
default site.url in dev environment to ` http://localhost:4000 `
...
take `host`, `port` and `ssl` options into account
2016-10-04 20:38:46 +02:00
XhmikosR
dbc0349909
tests: Typo fixes.
2016-07-18 21:20:47 +03:00
Parker Moore
6f3c01ca87
Fix for jruby
2016-06-28 18:30:02 -07:00
Parker Moore
12c1ada0e5
test: skip openssl test for jruby
2016-06-28 12:43:15 -07:00
Florian Thomas
f8c038566c
`Serve.process` should receive same config as `Build.process`
...
fixes #4850
2016-05-27 11:46:04 +02:00
Brint O'Hearn
98eef8af95
Aligning hashes per 2caff75
2016-05-16 19:48:04 -05:00
Brint O'Hearn
146d49dc8f
Rubocop test cleanups for #4885
...
This commit cleans up rubocop violations for the following files:
test/test_ansi.rb
test/test_cleaner.rb
test/test_coffeescript.rb
test/test_collections.rb
test/test_command.rb
test/test_commands_serve.rb
2016-05-16 19:26:53 -05:00
Jordon Bedwell
1efb1d7a58
Fix #4689 : Use SSLEnable instead of EnableSSL and make URL HTTPS.
2016-04-12 02:59:48 -05:00
Henry Goodman
d387fd0baa
Add show_dir_listing option for serve command
2016-02-17 20:54:57 -08:00
Jordon Bedwell
8efbdc01ff
Fix #3791/#3478
...
* Add support for SSL through command line switches.
* Add suppport for file/index.html > file.html > directory.
* Add support for custom-headers through configuration.
* Modernize and split up the serve.
* Add a few basic tests.
2015-12-04 14:07:07 -06:00