Thibault Jouan
|
c0b2621b2f
|
Implement ping/pong endpoint in API
|
2015-05-01 16:56:55 +00:00 |
|
Thibault Jouan
|
cbacdd9fc1
|
Fix coding standards in specs
|
2015-05-01 15:57:26 +00:00 |
|
Thibault Jouan
|
c1393b8f8f
|
Refactor API CORS specs
|
2015-05-01 15:42:24 +00:00 |
|
Thibault Jouan
|
c1477a2e89
|
Remove an expectation in tracks player spec
sounds/show is already tested in sounds feature specs.
|
2015-05-01 15:25:31 +00:00 |
|
Thibault Jouan
|
00fe9bf258
|
Refactor factory girl usage in specs
|
2015-05-01 15:21:41 +00:00 |
|
Thibault Jouan
|
3247dd0934
|
Merge branch 'controllers-spec-remove'
|
2015-05-01 15:17:09 +00:00 |
|
Thibault Jouan
|
9c9fdcf4da
|
Refactor AcceptanceHelpers
|
2015-05-01 15:17:03 +00:00 |
|
Thibault Jouan
|
896fe661bd
|
Remove controllers spec already tested elsewhere
|
2015-05-01 15:16:59 +00:00 |
|
Thibault Jouan
|
5e1757aff9
|
Improve tracks CRUD
* Add index, edit and update action;
* Add _form partial;
* Add link to tracks/index in nav;
* Refactor specs.
|
2015-05-01 12:09:29 +00:00 |
|
Thibault Jouan
|
e1c8a6038d
|
Simplify playlists CRUD specs
|
2015-05-01 11:40:11 +00:00 |
|
Thibault Jouan
|
9d37916e17
|
Configure rspec to include factory girl helpers
|
2015-05-01 11:31:25 +00:00 |
|
Thibault Jouan
|
94704af113
|
Remove rspec config for `mock_with' (default)
|
2015-05-01 11:31:03 +00:00 |
|
Thibault Jouan
|
454f344259
|
Rename UserIntegrationHelpers as AcceptanceHelpers
|
2015-05-01 11:27:45 +00:00 |
|
Thibault Jouan
|
737c6b03e4
|
Organize feature specs in sub directories
|
2015-05-01 11:18:41 +00:00 |
|
Thibault Jouan
|
10d4da2822
|
Remove specs for haml views
|
2015-05-01 11:09:28 +00:00 |
|
Thibault Jouan
|
b25fbaac5e
|
Remove last playlists and tracks from home
|
2015-05-01 11:03:34 +00:00 |
|
Thibault Jouan
|
4b0f4d391f
|
Implement user sign out (destroy current session)
|
2015-05-01 10:55:32 +00:00 |
|
Thibault Jouan
|
7ecf47a0f9
|
Workaround broken scrolling on travis CI
|
2015-05-01 10:38:33 +00:00 |
|
Thibault Jouan
|
e2c71bb964
|
Merge branch 'travis-build-fix'
|
2015-05-01 10:29:30 +00:00 |
|
Thibault Jouan
|
90da5e4490
|
Configure travis CI to create initial directories
|
2015-05-01 10:28:55 +00:00 |
|
Thibault Jouan
|
d4d0382e4c
|
Remove `sounds_path' modification in spec_helper
Since e90bb01c, we already configure a different path for test
environment from application configuration.
|
2015-05-01 10:26:04 +00:00 |
|
Thibault Jouan
|
62ea95af56
|
Fix travis CI script configuration
|
2015-05-01 10:24:24 +00:00 |
|
Thibault Jouan
|
a38da387d2
|
Configure secret_key_base for travis CI
|
2015-05-01 10:22:57 +00:00 |
|
Thibault Jouan
|
14e255eeb0
|
Configure database for travis CI
|
2015-05-01 10:00:47 +00:00 |
|
Thibault Jouan
|
b1a6248004
|
Enable travis CI fast finish
|
2015-05-01 10:00:47 +00:00 |
|
Thibault Jouan
|
2f44a2265e
|
Add navigation in layout header as a list
|
2015-04-30 13:54:02 +00:00 |
|
Thibault Jouan
|
64e8a67501
|
Add travis CI configuration file
|
2015-04-30 13:47:10 +00:00 |
|
Thibault Jouan
|
d58c9ba0cb
|
Remove `should' usages in specs
|
2015-04-30 13:43:54 +00:00 |
|
Thibault Jouan
|
1a39db3909
|
Fix configured sounds path
|
2015-04-30 13:40:31 +00:00 |
|
Thibault Jouan
|
4a015d461a
|
Prevent exception when fetching current user
|
2015-04-30 13:36:48 +00:00 |
|
Thibault Jouan
|
98764eb5be
|
Refactor spec_helper requirement with rspec config
|
2015-04-30 12:31:02 +00:00 |
|
Thibault Jouan
|
e90bb01cb9
|
Configure sounds path in application config
|
2015-04-30 12:25:26 +00:00 |
|
Thibault Jouan
|
999ff85ac9
|
Move default headers configuration in app config
|
2015-04-30 12:20:22 +00:00 |
|
Thibault Jouan
|
9ff1c049c5
|
Revert "Remove bundler binstubs"
This reverts commit 7209d10aaf.
It appears rails now depends on this for various aspects :-(
|
2015-04-30 12:18:43 +00:00 |
|
Thibault Jouan
|
2ff2521bf1
|
Remove unused assets from public directory
|
2015-04-30 11:55:33 +00:00 |
|
Thibault Jouan
|
2d6b2b1a50
|
Remove username from DB config
|
2015-04-30 11:49:19 +00:00 |
|
Thibault Jouan
|
7209d10aaf
|
Remove bundler binstubs
|
2015-04-30 11:46:56 +00:00 |
|
Thibault Jouan
|
3e5c29b635
|
Configure CSRF protection with exceptions
rails 4 introduced different strategies, but we never configured one
so it would default to a null session.
|
2015-04-30 11:43:22 +00:00 |
|
Thibault Jouan
|
b13efc5a4c
|
Improve how ruby features are required
* Don't require bcrypt explicitly (done by bundler);
* Regroup require calls in application configuration.
|
2015-04-30 11:28:07 +00:00 |
|
Thibault Jouan
|
16cccc2a23
|
Require only required railties
|
2015-04-30 11:24:59 +00:00 |
|
Thibault Jouan
|
30d5f763d9
|
Fix coding standards
|
2015-04-30 09:37:49 +00:00 |
|
Thibault Jouan
|
c510c8f871
|
Remove secret token initializer
|
2015-04-30 09:28:46 +00:00 |
|
Thibault Jouan
|
2fe3eb1158
|
Remove dependencies on Scube constant
|
2015-04-30 09:28:14 +00:00 |
|
Thibault Jouan
|
3b733c349e
|
Fix coding standards in application files
|
2015-04-30 08:52:00 +00:00 |
|
Thibault Jouan
|
737ac1f10a
|
Fix coding standards in guard config
|
2015-04-30 08:14:28 +00:00 |
|
Thibault Jouan
|
d910c46dc2
|
Configure guard to watch only relevant directories
|
2015-04-30 08:14:13 +00:00 |
|
Thibault Jouan
|
7fd085c6df
|
Update ruby DB schema
|
2015-04-30 08:03:53 +00:00 |
|
Thibault Jouan
|
597cd72b96
|
Merge branch 'dependencies-update'
Update most dependencies, ensure version requirements are locked, and
fix deprecated code.
|
2015-04-30 05:27:49 +00:00 |
|
Thibault Jouan
|
282eb2ddee
|
Update to rspec 3.2
|
2015-04-29 14:55:03 +00:00 |
|
Thibault Jouan
|
96246f87bf
|
Soften version requirements for most dependencies
|
2015-04-29 13:22:48 +00:00 |
|
Thibault Jouan
|
47be6e09f2
|
Declare and lock all dependencies
* Remove custom gemfile usage;
* Move essential gems from custom gemfile to the standard one;
* Include bundler lock file in version control.
|
2015-04-29 13:21:15 +00:00 |
|
Thibault Jouan
|
6df77a4888
|
Change gem sort order in Gemfile
|
2015-04-29 13:15:13 +00:00 |
|
Thibault Jouan
|
096d808a60
|
Use custom spork version updated for rspec ~> 2.99
|
2015-04-29 13:09:05 +00:00 |
|
Thibault Jouan
|
fae21e87d4
|
Fix rspec 2.99 deprecations
|
2015-04-29 13:06:44 +00:00 |
|
Thibault Jouan
|
b70071a7c3
|
Update rspec configuration for rspec-rails 3
|
2015-04-29 13:00:14 +00:00 |
|
Thibault Jouan
|
403d9c3df2
|
Fix rspec-rails mock_model deprecation
|
2015-04-29 11:38:34 +00:00 |
|
Thibault Jouan
|
aa6f6a103e
|
Update to rails 4.2.1
|
2015-04-29 11:33:21 +00:00 |
|
Thibault Jouan
|
1efb3103d9
|
Remove respond_to usage in playlists controller
This feature was deprecated by rails.
|
2015-04-29 11:17:29 +00:00 |
|
Thibault Jouan
|
2dc65f529b
|
Fix rubygems source configured for bundler
|
2015-04-29 10:38:59 +00:00 |
|
Thibault Jouan
|
5967d237c6
|
Update database schema
|
2014-04-03 02:26:15 +00:00 |
|
Thibault Jouan
|
4c6adc6927
|
Use new "strong parameters" from rails4
|
2014-04-03 02:20:37 +00:00 |
|
Thibault Jouan
|
1b5055d0a6
|
Remove extra empty lines in schema migration
|
2014-04-01 20:15:54 +00:00 |
|
Thibault Jouan
|
53d9956961
|
Fix default headers
|
2014-04-01 19:35:28 +00:00 |
|
Thibault Jouan
|
2acf0371b5
|
Fix coding standards in specs
|
2014-04-01 19:14:11 +00:00 |
|
Thibault Jouan
|
e6f6475705
|
Fix coding standards in application
|
2014-04-01 19:02:23 +00:00 |
|
Thibault Jouan
|
aca19eb51f
|
Fix coding standards: bang operator
|
2014-04-01 18:55:46 +00:00 |
|
Thibault Jouan
|
0c7bf69ba2
|
Use one-liners in specs where possible
|
2014-04-01 18:55:42 +00:00 |
|
Thibault Jouan
|
4cef7aeab9
|
Update specs to new rspec syntax
|
2014-04-01 18:15:44 +00:00 |
|
Thibault Jouan
|
99d106cf36
|
Restore spork dependency in Gemfile
|
2014-04-01 14:44:46 +00:00 |
|
Thibault Jouan
|
da96c4814a
|
Use ruby 2.x hash syntax
|
2014-04-01 10:48:18 +00:00 |
|
Thibault Jouan
|
712e9501a2
|
Update Guardfile
|
2014-04-01 10:24:57 +00:00 |
|
Thibault Jouan
|
92ac87c54e
|
Merge branch 'rails4'
Upgrade all dependencies, then rails from 3.x to 4.0.
|
2014-04-01 10:07:56 +00:00 |
|
Thibault Jouan
|
aa2b43ab42
|
Update rails to 4.0:
* Add protected_attributes gem dependency;
* Remove deprecated usages of AR .find method;
|
2014-04-01 10:01:02 +00:00 |
|
Thibault Jouan
|
bd39be32c5
|
Make Sound#file attr_accessible
|
2014-04-01 07:48:47 +00:00 |
|
Thibault Jouan
|
3253ddea9b
|
Update shoulda-matchers to last version
|
2014-04-01 05:19:51 +00:00 |
|
Thibault Jouan
|
97c64d0990
|
Update capybara to last version
|
2014-04-01 05:18:19 +00:00 |
|
Thibault Jouan
|
eda2f3fbee
|
Update factory girl to last version
|
2014-04-01 05:04:27 +00:00 |
|
Thibault Jouan
|
d2b332215e
|
Remove incorrect mock() usage in specs
|
2014-04-01 04:58:39 +00:00 |
|
Thibault Jouan
|
c1eaf98c02
|
Update for latest RABL version:
* Fix controller specs to also render RABL views where needed.
|
2014-04-01 04:52:09 +00:00 |
|
Thibault Jouan
|
edef2df77b
|
Update haml gem
|
2014-04-01 03:44:24 +00:00 |
|
Thibault Jouan
|
51ff46e00b
|
Update pg gem
|
2014-04-01 03:43:04 +00:00 |
|
Thibault Jouan
|
8a37fde85c
|
Fix name for bcrypt dependency
|
2014-04-01 03:41:03 +00:00 |
|
Thibault Jouan
|
3abda1db8e
|
Ignore Gemfile.lock
|
2014-04-01 03:40:51 +00:00 |
|
Thibault Jouan
|
d3a04b3621
|
Merge branch 'cleanup'
Clean up documentation and dependencies.
|
2014-04-01 03:16:54 +00:00 |
|
Thibault Jouan
|
7efa92ab70
|
Fix dependencies specification in Gemfile:
* Implement custom Gemfile evaluation;
* Remove all uneeded gems;
* Fix indentation.
|
2014-04-01 03:15:01 +00:00 |
|
Thibault Jouan
|
3dbaf438a4
|
Update documentation:
* Remove rails default doc files;
* Fix outdated documentation (installation and contribution).
|
2014-04-01 03:08:41 +00:00 |
|
Thibault Jouan
|
40f4ced3b8
|
Add inflection for API acronym
|
2013-06-30 21:37:30 +00:00 |
|
Thibault Jouan
|
5719cbcbe9
|
Update auto-generated DB schema definition
|
2013-06-30 21:32:35 +00:00 |
|
Thibault Jouan
|
da5096a26d
|
Update auto-generated DB schema definition
|
2012-05-12 15:57:22 +00:00 |
|
Thibault Jouan
|
90327a05e5
|
Bundle thin so that it can be used instead of WEBrick
|
2012-05-12 15:54:26 +00:00 |
|
Thibault Jouan
|
85efa1729d
|
Use a dedicated dedicated directory for specs
|
2012-05-04 19:08:29 +00:00 |
|
Thibault Jouan
|
9b9e17e591
|
Implement track/index action for API
|
2012-05-03 21:11:03 +00:00 |
|
Thibault Jouan
|
fc1ec120ae
|
Add sound/show action (FIXME: need tests!)
|
2012-05-03 21:11:00 +00:00 |
|
Thibault Jouan
|
9ccd1e10be
|
Allow Content-Length header to be received and sent in CORS requests
|
2012-05-03 21:03:11 +00:00 |
|
Thibault Jouan
|
b40b4d4df3
|
Fix use of nil in CORS filter when request doesn't have an Origin header
|
2012-05-03 21:03:11 +00:00 |
|
Thibault Jouan
|
df6d4991f8
|
Implement playlists/create action for API
|
2012-03-19 02:23:48 +00:00 |
|
Thibault Jouan
|
f8ed140af1
|
Add api_sign_in method for UserIntegrationHelpers
|
2012-03-19 01:21:58 +00:00 |
|
Thibault Jouan
|
906851f50f
|
Add UserControllersHelpers to assign user in session
|
2012-03-19 01:20:31 +00:00 |
|
Thibault Jouan
|
b25d4d256f
|
Update all bundled gems to lastest versions
|
2012-03-18 23:51:20 +00:00 |
|
Thibault Jouan
|
10a8e1f094
|
Remove v0 version namespacing for API
|
2012-03-18 23:16:43 +00:00 |
|