aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
AgeCommit message (Collapse)Author
2018-02-09Merge branch 'master' into 4126-add-i18n-jsLuc Donnet
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-02-09Merge pull request #296 from af83/5807-update-webpackerLuc Donnet
5807 update webpacker
2018-02-09Refs #5669 @2h; Add a snapshot mechanism in the specsZog
2018-02-09Refs #5807; Bump webpackerZog
2018-02-01Refs #5758 @1h; Add localized names to StopAreasZog
2018-02-01Revert webpacker to 3.0.2. Refs #5807Alban Peignier
2018-01-26Remove 'rspec-snaphost' to check if it causes segfaults on travisZog
2018-01-25Refs #5586 @4h; First `action_links` refactorZog
- Implement new API - Migrate the LineDecorator - ensure no change on the "lines/index" view
2018-01-08removed one0000-gemfile-multiple-nulldb-entriesRobert
2018-01-08Merge pull request #208 from af83/5485-first-docker-scriptsAlban Peignier
First docker scripts. Refs #5485
2018-01-08Refs #5455; Adds a livereload middlewareZog
This allow us to reload the CSS withour reloading the whole page. You'll thank me the day you'll work on React-heavy pages.
2018-01-07disable sqlite and tune install taskFlorent Peyraud
2018-01-07add puma nd nulldb adapterFlorent Peyraud
2017-12-28Gem country_selectXinhui
Refs #5427
2017-12-21Merge branch 'master' into ↵Luc Donnet
5316-migrate-compliance-control-and-check-attributes-from-hs
2017-12-21Gemfile: Remove `hstore_accessor`Teddy Wing
We're no longer using this gem. See: * b54daa7b2d7925131572e5e5d5181cf3515a6057 * 993650cd1739a3c4c2dd6a4dc01110b57ef88f36 Refs #5316
2017-12-20Refs #5334; Fix specs broken by null_db adapterZog
2017-12-20Refs #5334@3h; Add support fort NullDB in ApartmentZog
This will allow us to compile assets with a null_db adapter.
2017-12-05Fixes: #5179@1h; Referential Creation Enforces objectid_format from ↵5179-ref_creation_enforces_objectid_formatRobert
associated Workbench - CR changes implemented
2017-11-28Add gem paper_trailXinhui
2017-11-13add seedbank gems for spliting seeds, update objectid_format in seeds files, ↵Guillaume
add objectid_format to stif initializers
2017-10-18Add breadcrumb gem gretelXinhui
2017-10-12remove capistrano-npmFlorent Peyraud
2017-10-06Add webpacker gem and migrate the React appscedricnjanga
2017-09-27Merge branch 'master' of github.com:AF83/stif-boivLuc Donnet
2017-09-27Update gem enumerize to lastest version - 2.1.2Xinhui
Fix https://github.com/brainspec/enumerize/issues/224
2017-09-21Add responder gem to automatically have flash message Refs #4576 @2Luc Donnet
2017-09-15Initialize first model for compliance_control STI Refs #3550 @4Luc Donnet
2017-08-31Remove squeel and update ransack (to fix dependency problem with squeel). ↵Alban Peignier
Refs #4364
2017-08-01Import#notify_parent: Update :notified_parent_atTeddy Wing
The `#notify_parent` method should update the `notified_parent_at` field on the child import so we know not to query it in subsequent batches of parent import notifications. Add the Timecop gem in order to be able to safely test the DateTime update. Refs #3511
2017-07-07Add gem email_specXinhui
2017-06-12Merge remote-tracking branch 'origin/master' into ↵Teddy Wing
3479-refactor-table_builder-helper
2017-06-08Gemfile: Add 'htmlbeautifier' in :test groupTeddy Wing
Want a way to beautify HTML to get better diffs in the `TableBuilderHelper` spec. Beautifying the HTML allows us to do line comparisons of the HTML that results from the builder. Refs #3479
2017-06-06Refs: #3604; rewriting schema cloner in RubyRobert
2017-05-31Add 'dbshell-rails' gemTeddy Wing
This is a personal optimisation. If it doesn't make sense to add to the project, we can remove it. I want to be able to open the application's database console quickly at times, and this gem lets me do that.
2017-05-31Add 'spring-commands-rspec'Teddy Wing
This gem allows RSpec to be used with the Spring preloader, eliminating the Rails startup time when running tests. Was getting really annoyed at the 10-second startup times every time I wanted to run any tests. Here's a sample comparison running a single test file: Before: rspec spec/models/chouette/vehicle_journey_at_stops_day_offset_spec.rb Run options: include {:wip=>true} exclude {:js=>true, :meta=>true} All examples were filtered out; ignoring {:wip=>true} ... Finished in 2.01 seconds (files took 9.41 seconds to load) 3 examples, 0 failures --- After: spring rspec spec/models/chouette/vehicle_journey_at_stops_day_offset_spec.rb Running via Spring preloader in process 45340 Run options: include {:wip=>true} exclude {:js=>true, :meta=>true} All examples were filtered out; ignoring {:wip=>true} ... Finished in 2 seconds (files took 0.76843 seconds to load) 3 examples, 0 failures When doing TDD this is a huge workflow improvement. Since the `/bin/` directory is ignored by .gitignore, you'll have to generate the binstub manually to get this working: $ bundle exec spring binstub rspec $ git checkout bin/spring # since this file is in the repo but is $ # also in .gitignore so shouldn't be $ # committed. $ bundle exec spring rspec # enjoy! To use with rspec.vim, add this to your Vim config: let g:rspec_command = "!bundle exec spring rspec {spec}"
2017-05-31Refs #3627: Farewell turbolinksThomas Haddad
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
2017-05-03Restore ci:check_security in ci task. Fixes last warnings in GemfileAlban Peignier
2017-05-03Update rubyzip to 1.2.1. Fixes #3274Alban Peignier
2017-04-11Remove guard/guard-rspec to avoid ruby_dep dependency and ruby version >= ↵Alban Peignier
2.2.5. Refs #3017
2017-04-11Skip ruby requirement in Gemfile. Refs #2070Alban Peignier
2017-04-11Deprecation Warnings removed; Seeds corrected, Refs: #2070RobertDober
2017-04-11Rewrite foreigner key using rails add_foreign_keyXinhui
refs #2070
2017-04-11Update to rails 4.2.7Xinhui
refs #2070
2017-03-29Refs #2975 : Rake task to create a Referential and its dataVlatka Pavisic
2017-03-22Refs #2912 : Rm i18n-active_recordVlatka Pavisic
2017-03-17Refs #2858: fix sorting on table for <attr>.count (reflines#show)jpl
2017-03-16Massive JS gardening, removing old & unused (bis)jpl
2017-03-09Merge branch '2498_vehicle_journeys'Thomas Haddad