Commit Graph

42 Commits

Author SHA1 Message Date
Samuel Cochran
e3e7dec757 Load all of ActiveSupport
ActiveSupport has weird load order problems when loading only the
core extensions now.

For instance, active_support/core_ext/numeric/conversions.rb now
loads active_support/number_helper which needs
ActiveSupport::Autoload but doesn't require it, so causes a missing
constant error in MailCatcher.

Also tightening up the version constraint because I can't guarantee
backward compatibility now.
2014-06-05 21:27:47 +10:00
Emil Sågfors
d661bd35bf Include all 4.x versions of activesupport in dependency 2014-05-28 19:49:15 +03:00
Samuel Cochran
8c5c8a51bb Use sprockets-helpers during development 2014-03-26 12:33:38 +11:00
Samuel Cochran
c3f6979314 Basic but ugly acceptance specs with selenium 2014-03-21 14:36:54 +11:00
Samuel Cochran
77212c3e98 Beginnings of specs 2014-03-21 11:58:44 +11:00
Samuel Cochran
8f5a5b59ce Use compressors when precompiling assets 2014-03-21 10:30:01 +11:00
Samuel Cochran
0398d2d6a3 Switch to sprockets for assets 2014-03-17 19:06:32 +11:00
Samuel Cochran
7cc20ce471 Don't guarantee we'll work on HAML 4.1+ 2013-07-18 11:40:48 +10:00
Samuel Cochran
f8df981d96 Allow activesupport ~> 4.0.0
Closes #98 (didn't want to update Gemfile.lock so extensively)
2013-07-18 11:39:34 +10:00
Samuel Cochran
37f55300ff Add gem license 2013-03-12 10:21:23 +11:00
Samuel Cochran
6605fc266f Upgrade Haml, bowing to the will of the masses 2013-03-12 10:11:11 +11:00
Samuel Cochran
15ebba22a5 Bump dependencies 2012-09-30 18:43:25 +08:00
Samuel Cochran
85ce6f49d1 Be more strict about thin and skinny deps 2012-09-12 10:22:59 +08:00
Samuel Cochran
502dad4493 Bump eventmachine, amonst other things 2012-09-10 22:02:07 +08:00
Samuel Cochran
5f05ea0d5d Re-add favicon to gem manifest 2012-07-25 11:13:41 +08:00
Samuel Cochran
c920bad92f Use bundler-style version file 2012-07-25 11:13:02 +08:00
Samuel Cochran
8a69d92fca Bump skinny requirement [fixes #41] 2012-07-10 15:51:19 +08:00
Ryan Montgomery
a9e46c1d55 Fractal Analysis Output
* Added analysis.xsl to transform the fractal validation xml into html which is injected into the analysis iframe. This allowed for easier styling of the returned xml data.
* Added xslt query plugin to fetch and transform the xml
* Styled the output in a similar manner to the Fractal website
2011-12-11 16:59:30 -05:00
Samuel Cochran
bbcd792a03 Make mailcatcher aware of its version. 2011-10-09 16:50:17 +08:00
Samuel Cochran
08ab0c5f69 Update Skinny dependency 2011-10-09 15:44:58 +08:00
Samuel Cochran
93a31fd62b Merge branch 'add-missing-dev-dependencies' of https://github.com/schmidt/mailcatcher 2011-10-08 00:26:36 +08:00
Gregor Schmidt
2379603d16 Adding rake and rdoc to list of dev dependencies 2011-10-07 17:29:43 +02:00
Samuel Cochran
c3a3bb1880 Update homepage. 2011-09-13 05:43:40 +08:00
Samuel Cochran
9a914ddfd0 Images need to go in the gemspec. -.- 2011-06-24 08:32:33 +08:00
Samuel Cochran
0e8ac1c5a2 Remove JSON as a dependency, we let ActiveSupport worry about that. 2011-06-10 12:26:18 +08:00
Samuel Cochran
72a761c198 Refactoring with compass, hooray! 2011-06-01 00:40:13 +08:00
Samuel Cochran
a9d884859b Add coffee-script. 2011-05-29 14:46:28 +08:00
Samuel Cochran
531a5c07f6 Add catchmail, a sendmail-analogue for deliverying to MailCatcher via SMTP. 2011-05-29 12:40:14 +08:00
Samuel Cochran
63dce8410e Let's get SASSy. 2011-05-28 14:21:11 +08:00
Samuel Cochran
ef7c6828ab Add ruby version requirement like a good gem. 2011-05-28 13:44:30 +08:00
Samuel Cochran
cbf6a77b5d Who needs Jeweler? 2011-05-27 12:16:48 +08:00
Samuel Cochran
bb2dcba797 Regenerate gemspec for version 0.2.4 2011-05-10 11:32:38 +08:00
Samuel Cochran
8db4f674f4 Split into modules, updated style a little, switched to Jeweler, added EventMachine Channel and Skinny WebSockets for no-refresh mail notification, got rid of Sunshowers. 2010-10-28 03:12:26 +08:00
Samuel Cochran
04e727a8cd Bundler can f*#k right off, it is being a pain. 2010-10-26 16:37:11 +08:00
Samuel Cochran
d9953fc771 Include Gemfile in bundle, might help. 2010-10-26 16:08:27 +08:00
Samuel Cochran
9bd4356633 Version bump. 2010-10-25 23:33:40 +08:00
Samuel Cochran
f6d40ebaa6 Forgot to include haml in dependencies. >.< 2010-10-25 23:33:35 +08:00
Samuel Cochran
e141415c62 Version bump. 2010-10-25 11:04:21 +08:00
Samuel Cochran
24e74453c3 Require i18n because activesupport is retarded. 2010-10-25 11:04:17 +08:00
Samuel Cochran
f88193e946 Use bundler. 2010-10-25 11:03:48 +08:00
Samuel Cochran
327198aa29 Version bump 2010-10-25 10:31:34 +08:00
Samuel Cochran
d57fa86691 Add gemspec 2010-10-25 10:06:47 +08:00