Commit Graph
927 Commits
Author SHA1 Message Date
Saverio Trioni ca1a4abfda Merge pull request #176 from coopdevs/assets_cleanup
Assets clean up
2015-12-31 13:59:31 +01:00
Marc Anguera Insa 05e4b2840c Drop a couple of deprecated partials 2015-12-31 13:51:11 +01:00
Marc Anguera Insa 278f0d4dca [workaround] remove "data-toggle" => "dropdown" to avoid double click on dropdowns (more info: https://github.com/angular-ui/bootstrap/issues/2294) 2015-12-31 13:04:20 +01:00
Marc Anguera Insa 701f0548f6 use Rails.application instead of Timeoverflow::Application 2015-12-30 20:59:38 +01:00
Marc Anguera Insa 7708fc2720 Update to latest rspec-rails (3.4) 2015-12-30 20:55:43 +01:00
Marc Anguera Insa c32e9b018e - Remove rails-erd dependency
- Little Readme update: svg badges, rearrange sections, remove deprecated Entity-Relationship diagram
2015-12-30 20:48:03 +01:00
Marc Anguera Insa 9c6a711fde use quiet_assets for development => cleaner log (closes #68) 2015-12-30 20:27:04 +01:00
Marc Anguera Insa 51355ab05c Report layout: use styles from main layout 2015-12-30 20:06:26 +01:00
Marc Anguera Insa 223e040960 🔥 rest-client from dependencies (currently not used) 2015-12-30 19:33:27 +01:00
Marc Anguera Insa e4f10cab42 ✂️ useless initializers 2015-12-30 19:24:40 +01:00
Marc Anguera Insa 37a5594b92 Refactor assets-pipeline:
- No cdn pulls => vendorize!
- drop unused libraries
- introduce lib.js and lib.scss => separated files from own app code => better use of cache busting and precompiliation
- use bootstrap with official bootstrap-sass gem
- use select2 with select2-rails gem
2015-12-30 19:15:33 +01:00
Marc Anguera Insa f023623439 Remove more unused images and default public/index.html 2015-12-29 18:28:48 +01:00
Marc Anguera Insa f5db65b3fb Remove custom themes also from report layout 2015-12-29 18:12:59 +01:00
Marc Anguera Insa 17c6df5492 remove some unused assets [wip] 2015-11-22 22:15:43 +01:00
Saverio Trioni e44ecb0d47 Merge pull request #175 from coopdevs/rearrange_code
Some code reorganization for clarity and easy readability
2015-11-22 21:12:26 +01:00
Marc Anguera Insa 13be10eb4a add bundler to Gemfile in order to align bundler versions 2015-11-22 21:08:38 +01:00
Saverio Trioni a6e706c3bb Keep HoundCI happy, and follow the primary docs for default_scope. 2015-11-22 20:45:33 +01:00
Saverio Trioni 5d86e2d3a1 Keep common syntax for scopes. 2015-11-22 20:39:28 +01:00
Saverio Trioni 7e635ee967 Keep hound happy and mark the low specificity of the rescue. 2015-11-22 20:37:44 +01:00
Marc Anguera Insa 55dbfe1126 make Hound happy 2015-11-22 19:56:57 +01:00
Marc Anguera Insa d4d55249ab Remove 2 unused dependencies: jbuilder and paranoia 2015-11-22 19:43:56 +01:00
Marc Anguera Insa 916edb809b write pending test 2015-11-22 19:32:09 +01:00
Marc Anguera Insa 22799f9ca4 little reorganization in controllers code 2015-11-22 19:31:27 +01:00
Marc Anguera Insa 59ef6ea224 update code style 2015-11-22 18:57:12 +01:00
Marc Anguera Insa e7333c70b9 Rearrange code in app/models/* 2015-11-22 18:35:59 +01:00
Saverio Trioni b1c34e4238 Merge pull request #174 from coopdevs/mejorasvarias_10_2015
Algunas mejoras: traducciones, evitar corchetes al cargar angualar en…
2015-10-30 11:13:29 +01:00
Saverio Trioni 26beed4a72 Use '>> 0' to make integers 2015-10-30 11:12:45 +01:00
Sergi 5379d71304 Algunas mejoras: traducciones, evitar corchetes al cargar angualar en listado de usuarios y evitar decimales al mostrar balances en listado de usuarios 2015-10-28 22:28:32 +01:00
Saverio Trioni 3c8100f486 Merge pull request #170 from coopdevs/fix_decorator_specs
Fix decorator specs and some Travis settings
2015-10-19 10:28:14 +02:00
Saverio Trioni f9ab80593e Make Hound happy ❤️ 🐕 2015-10-17 17:38:20 +02:00
Saverio Trioni 0da62a8983 Removed deprecation messages about mail.deliver() 2015-10-17 17:34:44 +02:00
Saverio Trioni 1b4739c889 Remove depreceations about using Model.find(instance) 2015-10-17 17:32:38 +02:00
Saverio Trioni e152e689d1 Use expect() syntax everywhere 2015-10-17 17:29:25 +02:00
Saverio Trioni 90325e14a0 Remove some deprecation messages 2015-10-17 17:17:17 +02:00
Saverio Trioni 32ff204bdd Ignore CTAGS generated files 2015-10-17 17:11:54 +02:00
Saverio Trioni 6b72ffcc91 Reduce logging on test output 2015-10-17 17:11:42 +02:00
Saverio Trioni 60ada67a09 Force refresh of the index when bulk import in test 2015-10-17 16:35:23 +02:00
Saverio Trioni ecef8aa1ef ES::Model does not like STI, so include only when inherited 2015-10-17 16:34:46 +02:00
Saverio Trioni 42d045aeb3 Merge pull request #171 from coopdevs/paginadores
Faltaba paginador en offers
2015-10-14 10:05:33 +02:00
Saverio Trioni e0555cb891 Merge pull request #173 from AlexLarra/title_validation
Que no se pueda publicar una oferta/demanda sin título
2015-10-14 10:01:52 +02:00
Alexander Larrazabal Zapatero e1719863bf Que no se pueda publicar una oferta/demanda sin título 2015-10-13 22:19:02 +02:00
Saverio Trioni 0241238005 Remove trailing spaces for HoundCI 2015-09-29 13:10:21 +02:00
Saverio Trioni 188050d8e4 Import existing records after Elastic Search index creation 2015-09-29 13:08:25 +02:00
Saverio Trioni b8ab947410 Initialize ES indices in a specific test. 2015-09-29 12:51:43 +02:00
Marc Anguera Insa 561535ee68 Merge branch 'master' into fix_decorator_specs 2015-09-29 12:46:45 +02:00
Saverio Trioni cd5f2fe403 Mark failing test as pending, pending refactoring.
The relationships Member/User/Organization/Post are a mess. So the .actives scope is failing. Supposedly.
2015-09-29 12:44:58 +02:00
Marc Anguera Insa 3416e98ee5 Enable Elasticsearch on CI 2015-09-28 16:31:10 +02:00
Sergi bb9a2f09cd faltaba paginador en offers (no se como añadir paginador en los resultados de búsqueda solo devuelve 10, añado la tarea en redbooth) he quitado campos del form modificar organization y tambien la estadística de género ya que no guardamos este dato 2015-08-03 21:52:29 +02:00
Marc Anguera Insa 41412f370f [TEST] Force CI to run with Ruby 2.2.2 2015-07-29 22:52:50 +02:00
Marc Anguera Insa 08a67a4753 [TEST] Use new container based Travis infrastructure and use built-in caching for dependencies 2015-07-29 22:39:46 +02:00