<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/controllers/concerns, branch docker</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>Add has_paper_trail on models</title>
<updated>2017-11-28T11:21:33+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-11-22T15:32:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=86fd42a9136cb6eef87ecec3d0b2bcf579667798'/>
<id>86fd42a9136cb6eef87ecec3d0b2bcf579667798</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove breadcrumb_controller</title>
<updated>2017-10-26T09:51:07+00:00</updated>
<author>
<name>Xinhui</name>
</author>
<published>2017-10-26T09:51:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=68bc446c975ff07cf2b4eb9f695da2dce93ee63d'/>
<id>68bc446c975ff07cf2b4eb9f695da2dce93ee63d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove cattr_accessor form ransack date filter concern</title>
<updated>2017-10-04T21:23:00+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-04T21:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=92f6e7aa1427d7057f33db56a9c9434525901f11'/>
<id>92f6e7aa1427d7057f33db56a9c9434525901f11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RansackDateFilter: Move `end` statement and jiggle indentation</title>
<updated>2017-10-03T16:05:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-10-03T15:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=fdd6f25fbda4fa2c1f307248cddd316db88d2771'/>
<id>fdd6f25fbda4fa2c1f307248cddd316db88d2771</id>
<content type='text'>
An `end` statement was missing to close off the `set_date_time_params`
method. Wondering if this is what was causing these test failures on the
build server:

    1) ComplianceCheckSetsController GET index should be successful
       Failure/Error: scope = self.ransack_period_range(scope: @compliance_check_sets, error_message: t('compliance_check_sets.filters.error_period_filter'), query: :where_created_at_between)

       NoMethodError:
         undefined method `ransack_period_range' for #&lt;ComplianceCheckSetsController:0x0000000fa67e58&gt;
       # ./app/controllers/compliance_check_sets_controller.rb:11:in `block in index'
       # ./app/controllers/compliance_check_sets_controller.rb:10:in `index'
       # ./spec/controllers/compliance_check_sets_controller_spec.rb:17:in `block (3 levels) in &lt;top (required)&gt;'

    2) Workbenches permissions on show view if present →  shows the corresponding button
       Failure/Error: scope = self.ransack_period_range(scope: scope, error_message:  t('referentials.errors.validity_period'), query: :in_periode)

       NoMethodError:
         undefined method `ransack_period_range' for #&lt;WorkbenchesController:0x00000006cb4368&gt;
       # ./app/controllers/workbenches_controller.rb:15:in `show'
       # ./spec/features/workbenches_permissions_spec.rb:15:in `block (3 levels) in &lt;top (required)&gt;'

Worth a try.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An `end` statement was missing to close off the `set_date_time_params`
method. Wondering if this is what was causing these test failures on the
build server:

    1) ComplianceCheckSetsController GET index should be successful
       Failure/Error: scope = self.ransack_period_range(scope: @compliance_check_sets, error_message: t('compliance_check_sets.filters.error_period_filter'), query: :where_created_at_between)

       NoMethodError:
         undefined method `ransack_period_range' for #&lt;ComplianceCheckSetsController:0x0000000fa67e58&gt;
       # ./app/controllers/compliance_check_sets_controller.rb:11:in `block in index'
       # ./app/controllers/compliance_check_sets_controller.rb:10:in `index'
       # ./spec/controllers/compliance_check_sets_controller_spec.rb:17:in `block (3 levels) in &lt;top (required)&gt;'

    2) Workbenches permissions on show view if present →  shows the corresponding button
       Failure/Error: scope = self.ransack_period_range(scope: scope, error_message:  t('referentials.errors.validity_period'), query: :in_periode)

       NoMethodError:
         undefined method `ransack_period_range' for #&lt;WorkbenchesController:0x00000006cb4368&gt;
       # ./app/controllers/workbenches_controller.rb:15:in `show'
       # ./spec/features/workbenches_permissions_spec.rb:15:in `block (3 levels) in &lt;top (required)&gt;'

Worth a try.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4665</title>
<updated>2017-10-03T14:33:49+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-03T13:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9ea95b98c52f99494a13befa54cfd8cd298ab0c4'/>
<id>9ea95b98c52f99494a13befa54cfd8cd298ab0c4</id>
<content type='text'>
Adapt date filters helpers according to this new concern
Try to correct build error : "ransack period range undefined"

All tests pass on my machine

Refs #4661
Remove string column from ComplianceCheckSet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapt date filters helpers according to this new concern
Try to correct build error : "ransack period range undefined"

All tests pass on my machine

Refs #4661
Remove string column from ComplianceCheckSet
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs 4665 Update time_table for to adapt to ransack date filter concern</title>
<updated>2017-10-03T13:09:20+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-03T12:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=7775030c3f84e0673bbf68e7a60a3ed4798f6b91'/>
<id>7775030c3f84e0673bbf68e7a60a3ed4798f6b91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs #4665</title>
<updated>2017-10-02T15:36:41+00:00</updated>
<author>
<name>cedricnjanga</name>
</author>
<published>2017-10-02T15:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=cba31dc411ceb47f80202c1d3a32a2e031630b13'/>
<id>cba31dc411ceb47f80202c1d3a32a2e031630b13</id>
<content type='text'>
Add a controller concern to deal with date filters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a controller concern to deal with date filters
</pre>
</div>
</content>
</entry>
<entry>
<title>Refs: #4176@3h; NetexImportController refactored with help of ControlFlow</title>
<updated>2017-08-02T03:51:07+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-08-01T08:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9387e31a76d9bae4cdb94622081246eea6d6c8d7'/>
<id>9387e31a76d9bae4cdb94622081246eea6d6c8d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update policies to make a custom behaviour on footnotes Refs #4094 @1</title>
<updated>2017-07-13T14:44:46+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-07-13T14:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=383ccd7d1337276c5d086e3dc077c7235fe0541d'/>
<id>383ccd7d1337276c5d086e3dc077c7235fe0541d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hotfix to open all non standard actions on ApplicationController</title>
<updated>2017-07-11T15:39:25+00:00</updated>
<author>
<name>Robert</name>
</author>
<published>2017-07-11T15:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=45a9b946b1481ce8e481c4a7a9744c095d9a457a'/>
<id>45a9b946b1481ce8e481c4a7a9744c095d9a457a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
