aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/development.rb
AgeCommit message (Collapse)Author
2018-04-17Refs #5896; Move our custom middleware up in the stackZog
This will ensure it is used even for static files
2018-02-26Refs #5896; Add cahe-related headers for assetsZog
2018-02-09Refs #4126 @6h; Add i18n to JSZog
2018-01-24Add links to docdeveloper-toolbarZog
2018-01-24Add a toolbar for devs to easily manage permissions and featuresZog
2018-01-08Refs #5455; Fix JourneyPattern editorZog
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.
2017-12-14Refactor mailer layout. Refs #5303Alban Peignier
2017-08-02Hotfix for ENV["RAILS_HOST"], missing in production.rb and missnamed in ↵Robert
development.rb
2017-08-01Refs: #3507@2h; CR Step 4Robert
- Added tests for HTTPService (regression) - Removed some dead code (Workbench model spec, Import factory) - Changed front_end_host to rails_host in config
2017-07-31Refs: #3507_1726@6h Code ReviewRobert
2017-07-25Refs: #3507;20h Specing and Implementing the ZipServiceRobert
2017-07-21Refs: #3507@4.5h spec setup and refactoring, using Faraday in workerRobert
- Setting up correct headers for the Webmock request (Oh Boy) - Refactoring all Faraday requests into `lib/af83/http_fetcher.rb` - Implementing the Download
2017-07-20merge conflicts resolvedRobert
2017-07-20bup working on WorkbenchImportWorker's integration spec [amend me]Robert
2017-07-20Refs: #3506@1.5h; server debuggingRobert
- Fixed conf error (missing schema in `config.iev_url`) - Reported java server traces (looks like missing metadata)
2017-07-19Refs: #3506@1h; Code ReviewRobert
2017-07-17Refs: #3506@1.5h sketching out specs [amend me]Robert
2017-07-07Hotfix user_permission computation in journey_patterns and vehicle_journey ↵Robert
controllers
2017-07-07Set default action_mailer default_options fromXinhui
2017-07-07Fix auth switch mode (again)jpl
2017-07-04Refs: #3478@1hRobert
newapplication helper default authorization, (no if) -> * DefaultPolicy (all true) * Add some policies (LinePolicy) * Use `boiv:read` pour show, index * Adapted `table_builder`
2017-06-28Undo auth config mod. (was a mistake)jpl
2017-06-20Refs: #3595@3h; calendars/new Date validationRobert
2017-03-31Fix import with apartment and make a link with iev serverLuc Donnet
2017-03-03Refs #2631: adding ext apps links for left menujpl
2017-02-06Update reflex pprod urlXinhui
2017-01-30Edit reflex api urlXinhui
2016-10-07Update gem codifligne versionXinhui
2016-10-06Override codifligne api urlXinhui
Refs #1765
2016-09-09Edit Reflex api url for dev envXinhui
2016-09-06Move Reflex api cfg to env variableXinhui
2016-08-08Set dev env portail api keyXinhui
2016-08-05Refactoring - Rake task users:syncXinhui
2016-08-04Rake task organisations:syncXinhui
2016-05-26Upcase company_name in development.rbAlban Peignier
2016-05-25Fixes header and footer to remove Chouette specific stuff. Refs #912Alban Peignier
2016-05-13Make configurable User authentication via ↵Alban Peignier
config.chouette_authentication_settings. Refs #816
2015-06-11update help for new version delivery, update footer links to product web siteMarc Florisson
2015-06-08Add letter_opener and clean config development.rbanicet
2015-05-22Update environments config and CHANGELOGLuc Donnet
2015-05-21Update travis config and rails configLuc Donnet
2015-04-13Adding validation index and showZakaria BOUZIANE
2015-03-18Initialize migration to new api versionLuc Donnet
2015-03-09Solving merge V2_5 pbsZakaria BOUZIANE
2015-02-23Initialize Iev Api ClientLuc Donnet
2015-02-20Update config in a true Rails 4 wayLuc Donnet
2015-02-12Merge V2_5Luc Donnet
2015-02-12Update development configuration to send mail on linux platformLuc Donnet
2015-01-29Merge with V2_5 developmentLuc Donnet