Thomas Reynolds
|
b02c9e5724
|
Merge pull request #1314 from middleman/rack-out
Untangle Rack from Application
|
2014-07-06 23:11:56 -07:00 |
|
Thomas Reynolds
|
a19c1cbecc
|
refer to v4 in readme
|
2014-07-05 18:46:39 -07:00 |
|
Thomas Reynolds
|
7e47006f4f
|
merge
|
2014-07-05 18:43:41 -07:00 |
|
Thomas Reynolds
|
8bf523853e
|
Merge branch 'v3-stable' of github.com:middleman/middleman into v3-stable
|
2014-07-05 18:42:21 -07:00 |
|
Thomas Reynolds
|
ffa8415aaf
|
bump aruba dep
|
2014-07-05 18:42:15 -07:00 |
|
Thomas Reynolds
|
605bd4ca24
|
Update README.md
|
2014-07-05 18:35:39 -07:00 |
|
Thomas Reynolds
|
5f515de2b6
|
Merge pull request #1315 from Arcovion/v3-stable
Update badges
|
2014-07-05 18:28:23 -07:00 |
|
Thomas Reynolds
|
13acee8fd5
|
Reload MM on environment and helpers_dir changes. Closes #1274. Closes #1105
|
2014-07-05 18:26:51 -07:00 |
|
Eliott Appleford
|
c824807119
|
Update badges
|
2014-07-06 02:13:42 +01:00 |
|
Thomas Reynolds
|
6752a86b83
|
Make our Rack pipeline a simple class abstracted from the App.
|
2014-07-05 17:38:29 -07:00 |
|
Thomas Reynolds
|
c94470d33f
|
get i18n's hands out of app too
|
2014-07-05 16:50:19 -07:00 |
|
Thomas Reynolds
|
0ca6c37e5d
|
Remove App include in File Watcher
|
2014-07-05 16:44:04 -07:00 |
|
Thomas Reynolds
|
60bbe44e0e
|
Data ext doesn't need to touch the app obj
|
2014-07-05 16:05:00 -07:00 |
|
Thomas Reynolds
|
300ef8d8fe
|
Convert renderers into first-class extensions
|
2014-07-05 13:41:59 -07:00 |
|
Thomas Reynolds
|
c0a6d8ac4c
|
Pull mixin for extension activation into a real class
|
2014-07-05 12:51:41 -07:00 |
|
Thomas Reynolds
|
09c31b848b
|
Merge pull request #1286 from middleman/git_template
Load templates from Git
|
2014-07-05 11:23:44 -07:00 |
|
Thomas Reynolds
|
571704322d
|
Load templates from Git
|
2014-07-05 11:20:08 -07:00 |
|
Thomas Reynolds
|
336b80cbbd
|
Switch from ActiveSupports delegate method to Ruby 1.9+ def_delegator
|
2014-07-05 11:17:41 -07:00 |
|
Thomas Reynolds
|
3a19cc668d
|
move Sitemap into application, it's core to the entire system
|
2014-07-05 10:42:03 -07:00 |
|
Thomas Reynolds
|
3a2cab4775
|
Whoops, leftover include
|
2014-07-04 10:41:25 -07:00 |
|
Thomas Reynolds
|
1bd7dab1a3
|
Make a ProxyResource which extends Resource, rather than injecting methods into Resource
|
2014-07-04 10:38:25 -07:00 |
|
Thomas Reynolds
|
6bb9673630
|
final copping
|
2014-07-02 11:05:57 -07:00 |
|
Thomas Reynolds
|
5a936d315d
|
Merge remote-tracking branch 'origin/v3-stable'
|
2014-07-02 10:40:04 -07:00 |
|
Thomas Reynolds
|
52c8109ca3
|
rubocoping2
|
2014-07-02 10:39:43 -07:00 |
|
Thomas Reynolds
|
ba38498909
|
Merge pull request #1310 from Arcovion/patch-1
Update listen code
|
2014-07-02 10:39:19 -07:00 |
|
Eliott Appleford
|
d8f84fa97b
|
Update listen code
|
2014-07-02 18:26:18 +01:00 |
|
Thomas Reynolds
|
7b85a44afb
|
rubocoping
|
2014-07-02 10:11:52 -07:00 |
|
Thomas Reynolds
|
a2f67a4f37
|
listen gem conflict
|
2014-07-02 09:30:58 -07:00 |
|
Thomas Reynolds
|
bbc551624e
|
Merge pull request #1309 from Arcovion/patch-1
Update listen gem
|
2014-07-02 09:24:28 -07:00 |
|
Eliott Appleford
|
6678decd29
|
Update listen gem
|
2014-07-02 12:57:01 +01:00 |
|
Ben Hollis
|
4330ff52ae
|
Merge pull request #1308 from bhollis/slim_page
Remove options to proxy or ignore through `page`
|
2014-06-30 21:11:08 -07:00 |
|
Ben Hollis
|
f6dd2f6e52
|
Update CHANGELOG to mention proxy and ignore are gone from page
|
2014-06-28 21:33:28 -07:00 |
|
Ben Hollis
|
dfecfebc69
|
Remove options to proxy or ignore through page , and use Middleman::Util#path_match for matchers to allow a wider set of matchers.
|
2014-06-28 21:01:26 -07:00 |
|
Ben Hollis
|
838e25085a
|
Munge build path so that path_match works against it in gzip extension
|
2014-06-28 21:00:59 -07:00 |
|
Ben Hollis
|
d7fd48ef7d
|
Merge branch 'v3-stable'
Conflicts:
middleman-core/lib/middleman-more/extensions/asset_hash.rb
|
2014-06-28 18:48:49 -07:00 |
|
Ben Hollis
|
32bdc43ccb
|
Merge pull request #1268 from AndrewKvalheim/gzip-ignore
Excluding paths from gzipping
|
2014-06-25 21:57:26 -07:00 |
|
Andrew Kvalheim
|
429e7d64bd
|
Accept list of paths to exclude from gzipping.
|
2014-06-24 14:49:51 -07:00 |
|
Andrew Kvalheim
|
b819d38358
|
Test gzip extensions option.
|
2014-06-24 14:49:10 -07:00 |
|
Andrew Kvalheim
|
13ba9dae62
|
Make option documentation consistent.
|
2014-06-24 14:47:10 -07:00 |
|
Ben Hollis
|
5c991ba4dc
|
Add a protective require
|
2014-06-22 20:46:39 -07:00 |
|
Ben Hollis
|
c4dac7803f
|
Update CHANGELOG
|
2014-06-20 19:18:12 -07:00 |
|
Thomas Reynolds
|
434d55b1ae
|
See if code climate hooks work
|
2014-06-20 14:09:51 -07:00 |
|
Ben Hollis
|
ad4b441dc3
|
Fixed implementation of Middleman::Util#path_match, added tests for it
|
2014-06-16 21:44:19 -07:00 |
|
Thomas Reynolds
|
8989e27769
|
Rubocop auto fix
|
2014-06-16 09:05:24 -07:00 |
|
Thomas Reynolds
|
fe5247d9d9
|
Add <head> to 404 so Livereload can add its script to the page
|
2014-06-16 08:58:16 -07:00 |
|
Thomas Reynolds
|
c6543b7c27
|
Add <head> to 404 so Livereload can add its script to the page
|
2014-06-16 08:57:56 -07:00 |
|
Ben Hollis
|
e7108a5656
|
Merge pull request #1288 from bhollis/data
@bhollis metadata rewrite/refactor
|
2014-06-14 17:12:10 -07:00 |
|
Ben Hollis
|
2ef842a730
|
Fix references to store in traversal
|
2014-06-14 13:08:03 -07:00 |
|
Ben Hollis
|
f63feaf017
|
Do not use ShowExceptions during tests, it confuses things
|
2014-06-14 13:05:32 -07:00 |
|
Ben Hollis
|
f07bed4ecf
|
Fix custom layouts tests
|
2014-06-14 12:38:44 -07:00 |
|