Akinori MUSHA
0460cb339b
Give separate example command lines for development and production
2015-06-04 02:07:43 +09:00
Akinori MUSHA
5ab17bab3d
Introduce gem groups for group-based opt-out
2015-06-04 02:07:43 +09:00
Akinori MUSHA
b1030a5d7f
Declare the site icons in various sizes
...
These are auto-generated from the SVG icon by running `bin/rake icons`.
2015-06-03 22:10:33 +09:00
Akinori MUSHA
6a6ddc21f5
Use pry for Rails console
2015-06-03 14:33:34 +09:00
Andrew Cantino
ea1fb447ca
Merge remote-tracking branch 'origin/master' into js_agent_can_be_dryrun
2015-05-23 15:22:12 -07:00
Akinori MUSHA
db33fc7eed
Use nested groups
2015-05-13 23:58:12 +09:00
Akinori MUSHA
067dde298c
Improve how to list Heroku specific gems
2015-05-13 19:14:36 +09:00
Akinori MUSHA
90ff0afd17
Upgrade dotenv-rails to 2.0.1
2015-05-13 17:30:39 +09:00
Andrew Cantino
9a7ebc09b7
Merge remote-tracking branch 'origin/master' into js_agent_can_be_dryrun
2015-05-09 21:10:10 -07:00
Andrew Cantino
40909b35b9
Merge remote-tracking branch 'origin/master' into bump_weibo_2
2015-05-08 18:43:00 -07:00
Andrew Cantino
6067c0fbf4
bump weibo_2 due to a security issue with rest-client
2015-05-07 08:25:12 -07:00
Andrew Cantino
d23e168146
update twitter and twitter-stream for the secuity issue in the http gem
2015-05-02 13:47:12 -07:00
Dominik Sander
126cb19741
Merge pull request #649 from dsander/wunderlist
...
Adds Wunderlist agent
2015-04-27 21:50:24 +02:00
Andrew Cantino
7c59c1f57f
update therubyracer to 0.12.2
2015-04-12 13:19:53 -07:00
Dominik Sander
192dcceaeb
Upgrade rails to 4.2.1
2015-03-19 22:31:49 +01:00
Dominik Sander
0ad7ea7fd9
Upgrade to rails-4.2.1rc2
...
Rails 4.2 introduced precision of datetime files for mysql >= 4.6,
however in 4.2.0 the rounding was broken rails/rails!18067 fixes that.
2015-03-19 22:24:43 +01:00
Dominik Sander
2ece339c42
Upgrade to rails 4.2
2015-03-19 22:21:50 +01:00
Albert Sun
3d6fa3678b
bump weibo_2 and rest-client dependency
2015-03-02 09:24:45 -05:00
Dominik Sander
7c43c6efa0
Ruby 1.9.3 and add ruby 2.2.0 support
2015-02-28 13:54:10 +01:00
Akinori MUSHA
2352896442
Upgrade spring to 1.3.2 and undo our local patch.
2015-02-16 17:59:03 +09:00
stvnrlly
7aaeea823b
distance traveled option for location agent
2015-01-21 21:51:46 -05:00
Andrew Cantino
e067829f9f
force to rails 4.1.8
2015-01-03 09:44:58 -08:00
Andrew Cantino
383ca50a96
Merge pull request #666 from gauravarora/master
...
Update heroku detection
2015-01-02 19:41:46 -08:00
Dominik Sander
292f455b56
Adds wunderlist agent
2014-12-27 16:17:01 +01:00
Dominik Sander
53c9a64846
Also run the specs on postgresql
2014-12-27 16:01:36 +01:00
Gaurav Arora
cacbf12f52
Update heroku detection
2014-12-26 19:32:46 +05:30
Andrew Cantino
38acbd4201
update Rails to 4.1.8
2014-12-07 12:02:19 -08:00
Chris Eidhof
5def3cfcd8
Cleanup the Gemfile, added a potential warning
2014-11-15 17:15:29 -05:00
Chris Eidhof
0465835da8
Added a PDF info agent
2014-11-15 17:15:07 -05:00
Akinori MUSHA
96162482a3
Upgrade slack-notifier to 1.0.0; use webhook URLs instead of tokens.
...
Slack's service integration instructions now only show Webhook URL, so
this should be reasonable for new users.
For compatibility, allow an existing pair of `team_name` and
`auth_token` to still work.
2014-11-06 08:55:59 +09:00
Akinori MUSHA
670163b00f
Upgrade nokogiri to 1.6.4, which comes with security fixes.
2014-11-05 16:37:21 +09:00
Akinori MUSHA
0ea902937f
Upgrade Rails to 4.1.7, which comes with security fixes.
2014-11-05 16:34:36 +09:00
Akinori MUSHA
a1ccd58f17
Enable AgentLog to handle a message with invalid byte sequences.
...
Use `String#scrub` which is new in Ruby 2.1 and add the `string-scrub`
gem for older rubies.
Addresses #286 and #613 .
2014-11-04 21:46:02 +09:00
Dominik Sander
4eabcca235
Added spec for the FormConfigurableAgentPresenter
2014-11-02 01:23:42 +01:00
Dominik Sander
c1f336d04e
FormConfigurable improvements
...
Made the BasecampAgent form configurable
Added specs
Added guard-livereload and guard-rspec
Custom values can be entered for `completable` attributes
2014-11-02 01:23:42 +01:00
Akinori MUSHA
1a42cf08fc
Merge branch 'knu/upgrade_devise'
...
Conflicts:
config/initializers/devise.rb
config/locales/devise.en.yml
2014-10-25 13:19:39 +09:00
Akinori MUSHA
cd2b335cc5
Upgrade Devise to 3.4.0.
...
Rebase view files onto the latest template files.
2014-10-14 16:57:47 +09:00
Guilherme J. Tramontina
04a244661d
Use omniauth-dropbox
instead of requiring an api key per agent; And dropbox-api
instead of rolling our own.
2014-10-13 21:58:44 -03:00
Andrew Cantino
c550336f3d
correct dependency check on GoogleCalendarPublishAgent
2014-10-03 22:33:40 -07:00
Akinori MUSHA
bb4a71ec75
Upgrade RSpec to 3.0.0.
2014-10-03 16:18:42 +09:00
Dean Putney
d85ca73857
Merging to latest
2014-09-26 22:32:31 -07:00
Dean Putney
b263b1c9f6
Creating TumblrPublishAgent
2014-09-25 19:09:21 -07:00
Andrew Cantino
1a512dafae
Merge pull request #536 from cantino/twitter_is_optional_too
...
twitter agents can be disabled too
2014-09-25 14:51:46 -07:00
Akinori MUSHA
7ca5d7db80
Merge remote-tracking branch 'knu/font-awesome'
2014-09-25 10:54:57 +09:00
Akinori MUSHA
63138b04b3
Upgrade ffi to 1.9.4, and remove platform conditionals.
...
Specifying a released version of a gem as requirement wouldn't hurt
other platforms.
2014-09-25 10:36:56 +09:00
Andrew Cantino
7cbd7e6ae3
Merge branch 'master' into twitter_is_optional_too
...
Conflicts:
Gemfile
2014-09-23 22:01:24 -07:00
Andrew Cantino
67fa336fb9
fix twitter bug
2014-09-23 21:59:48 -07:00
Andrew Cantino
fdf3565199
twitter agents can be disabled too
2014-09-23 21:22:03 -07:00
Akinori MUSHA
6dd7c639e2
Add the font-awesome-sass gem.
2014-09-24 12:10:57 +09:00
Andrew Cantino
025a41904a
add httpparty to gemfile
2014-09-22 13:32:45 -07:00