Dan Rice
|
78dc56c37c
|
Remove obsolete configuration values
|
2014-07-07 22:15:05 -04:00 |
|
Dan Rice
|
1e4f7c9f30
|
Update CSRF helper usage
Renamed back in Rails 3.1.0
|
2014-07-07 21:38:49 -04:00 |
|
Dan Rice
|
9125355313
|
Sync boilerplate with Rails 4.1.4
|
2014-07-07 21:25:24 -04:00 |
|
Dan Rice
|
4125faf109
|
Update will_paginate gem
|
2014-07-06 20:18:46 -04:00 |
|
Dan Rice
|
a4d39fb7eb
|
Merge pull request #1707 from C-Otto/master
update documentation after move to GitHub
|
2014-07-05 10:53:15 -04:00 |
|
Carsten Otto
|
f8b6ed5e87
|
update documentation after move to GitHub
|
2014-07-05 12:31:32 +02:00 |
|
Dan Rice
|
6503d3af4a
|
Route JQuery UI images through asset pipeline
Convert CSS url() to image-url() and enable SASS preprocessing
Fixes #1705
|
2014-07-03 22:53:14 -04:00 |
|
Dan Rice
|
c6a8e0f498
|
Sync asset configuration with Rails 4.1.4 defaults
Ref #1705
|
2014-07-03 22:05:57 -04:00 |
|
Reinier Balt
|
9a69b170fe
|
increate wait time on cli test
and re-enable the test
|
2014-07-03 20:58:18 +02:00 |
|
Reinier Balt
|
0902269bfd
|
fix setting default tags on editing a project of a todo
somehow the js for setting the default tags stopped working. jquery update?
|
2014-07-03 20:48:54 +02:00 |
|
Dan Rice
|
87087fb4c8
|
Change order of Travis build steps
|
2014-07-02 23:47:31 -04:00 |
|
Dan Rice
|
118e94221c
|
Update Rails to 4.1.4
|
2014-07-02 17:01:43 -04:00 |
|
Dan Rice
|
baa608d502
|
Update Rails to 4.1.3
|
2014-07-02 13:30:12 -04:00 |
|
Reinier Balt
|
6c09fecd63
|
fix failing test
|
2014-07-01 22:45:04 +02:00 |
|
Reinier Balt
|
cb8aba80ca
|
fix #1462
I do not understand why this works for daily but not for weekly repeating todos
|
2014-07-01 22:38:23 +02:00 |
|
Dan Rice
|
1df26fd5c5
|
Move copyright and license to bottom of README
This provides a more useful excerpt for mobile users.
[ci skip]
|
2014-06-30 23:41:16 -04:00 |
|
Dan Rice
|
987feefb6f
|
Use latest will_paginate from RubyGems
|
2014-06-28 12:16:21 -04:00 |
|
Dan Rice
|
2179e69a52
|
Use will_paginate gem from source
Currently needed for Rails 4.1.2 compatibility
|
2014-06-27 17:14:08 -04:00 |
|
Dan Rice
|
6ce1324363
|
Fix typo in changelog [ci skip]
|
2014-06-27 16:33:16 -04:00 |
|
Dan Rice
|
0e4c8fc2c1
|
Update Ruby and Rails versions in changelog [ci skip]
|
2014-06-27 16:31:47 -04:00 |
|
Dan Rice
|
54168e9ef9
|
Fix typos in upgrading doc
|
2014-06-27 16:18:30 -04:00 |
|
Dan Rice
|
c017b38a3a
|
Restrict use of Spring binstubs to development
Partial revert of 7d7e47def
Fixes #1692
|
2014-06-27 16:14:25 -04:00 |
|
Dan Rice
|
949149c4a6
|
Update Rails to 4.1.2
|
2014-06-26 15:02:59 -04:00 |
|
Dan Rice
|
4bcfefb284
|
Update Rails to 4.1.2
|
2014-06-26 15:00:28 -04:00 |
|
Reinier Balt
|
76bd5ade8d
|
remove duplication in tracks.js
|
2014-06-26 15:20:38 +02:00 |
|
Reinier Balt
|
e251bfc935
|
fix lint warnings for tracks.js - fourth pass
found on codeclimate. this is the fourth pass
|
2014-06-26 15:09:05 +02:00 |
|
Reinier Balt
|
9d96b372c0
|
fix lint warnings for tracks.js - third pass
found on codeclimate. this is the third pass
|
2014-06-26 15:03:39 +02:00 |
|
Reinier Balt
|
bb44fbb2f9
|
fix lint warnings for tracks.js - first pass
found on codeclimate. this is the first pass
|
2014-06-26 14:56:20 +02:00 |
|
Reinier Balt
|
8955480e62
|
fix lint warnings for tracks.js - first pass
found on codeclimate. this is the first pass
|
2014-06-26 14:49:25 +02:00 |
|
Reinier Balt
|
45884bbe05
|
Merge pull request #1691 from TracksApp/dev-mark
remove custom solution to visually show that you are running in developm...
|
2014-06-26 10:53:34 +02:00 |
|
Reinier Balt
|
6012c49fa2
|
move rack-dev-mark gem to development group
|
2014-06-26 10:14:00 +02:00 |
|
Reinier Balt
|
5ed2de3ab0
|
remove custom solution to visually show that you are running in development
environment and replace with rack-dev-mark gem
|
2014-06-26 10:05:22 +02:00 |
|
Dan Rice
|
14ed010f7c
|
Replace remaining RSpec 'should' with 'expect'
|
2014-06-25 17:44:24 -04:00 |
|
Dan Rice
|
d334093adb
|
Replace remaining RSpec 'should' with 'expect'
|
2014-06-25 17:27:33 -04:00 |
|
Dan Rice
|
c19af5b982
|
Replace be_true and be_false expectations
Removed in RSpec 3.0
|
2014-06-25 17:10:27 -04:00 |
|
Reinier Balt
|
7869ef2c74
|
Merge branch 'master' of github.com:TracksApp/tracks
|
2014-06-25 22:11:11 +02:00 |
|
Reinier Balt
|
4dfcc182da
|
update gems and migrate sanitize to newer version
|
2014-06-25 22:11:03 +02:00 |
|
Dan Rice
|
aa8f5b7599
|
Switch from Assembla to GitHub issues
|
2014-06-25 13:32:11 -04:00 |
|
Dan Rice
|
64bd5b99c5
|
Raise pinned bcrypt version
|
2014-06-24 23:07:03 -04:00 |
|
Dan Rice
|
1f4e80e863
|
Use encrypted Code Climate token
|
2014-06-24 22:55:50 -04:00 |
|
Dan Rice
|
e84f239428
|
Mark CLI feature tests as WIP
The tests need to be improved to eliminate intermittent failures
|
2014-06-19 17:50:09 -04:00 |
|
Dan Rice
|
d171e13e24
|
Bring a few details in line with Rails 4.1
|
2014-06-19 12:33:38 -04:00 |
|
Dan Rice
|
9b92306252
|
Return a valid RecurringTodo after creation error
Fixes #1463
|
2014-06-19 01:17:15 -04:00 |
|
Dan Rice
|
622291d98d
|
Purge UserTime from app/*
|
2014-06-12 21:24:31 -04:00 |
|
Dan Rice
|
7a3f90a020
|
Use RSpec 'expect' instead of 'should'
|
2014-06-11 23:03:26 -04:00 |
|
Dan Rice
|
4ee8c2e7fd
|
Remove executable bit from files in app/
|
2014-06-10 17:50:47 -04:00 |
|
Dan Rice
|
d793e17248
|
Increase Aruba timeout
|
2014-06-10 17:22:57 -04:00 |
|
Dan Rice
|
a4388f0bd6
|
Tidy up the command Travis uses to execute tests
|
2014-06-10 16:15:10 -04:00 |
|
Dan Rice
|
9469bacc2f
|
Remove db:migrate from ci task
Rails 4.1 auto-manages the database using schema.rb
|
2014-06-10 15:57:29 -04:00 |
|
Dan Rice
|
2820c423c7
|
Merge pull request #216 from TracksApp/update-db-schema
Update db/schema after running db:migrate from scratch
|
2014-06-10 15:49:13 -04:00 |
|