<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chouette-core/app/helpers, branch compliance_control</title>
<subtitle>Chouette manage transport static data</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/'/>
<entry>
<title>create base structure for compliance_control_sets</title>
<updated>2017-09-14T14:28:54+00:00</updated>
<author>
<name>Guillaume</name>
</author>
<published>2017-09-14T14:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=1e58dfdbfbecccda78e2fe3854b2ba04a72bd511'/>
<id>1e58dfdbfbecccda78e2fe3854b2ba04a72bd511</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change wayback values in route Refs #3395 @4</title>
<updated>2017-09-14T07:55:48+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-09-14T07:55:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=2fa3be1518da4f471d614832f80526e074983195'/>
<id>2fa3be1518da4f471d614832f80526e074983195</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up compliance checks existing code Refs #4389 @1</title>
<updated>2017-09-05T09:09:37+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-09-05T09:09:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=70e8e93b0ebf4596c0ffd64620415db2450f4595'/>
<id>70e8e93b0ebf4596c0ffd64620415db2450f4595</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update workbench_import, netex_import and import_resources views Refs #4256 #4257 #4258</title>
<updated>2017-09-04T09:09:23+00:00</updated>
<author>
<name>Luc Donnet</name>
</author>
<published>2017-09-04T09:09:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=dd3ec3c6090b05a0a910b278f51ff7b5d8a92f02'/>
<id>dd3ec3c6090b05a0a910b278f51ff7b5d8a92f02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TableBuilderHelper: Fix formatting of doc example</title>
<updated>2017-09-01T16:08:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-01T16:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=44aeaeadfaf78ca1c43a6e182aaa67648f7e45f7'/>
<id>44aeaeadfaf78ca1c43a6e182aaa67648f7e45f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TableBuilderHelper: Add `link_to` to header documentation</title>
<updated>2017-09-01T16:06:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-01T16:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=e278efb2eb66cd5bbe9072a81b86efe17dfbd251'/>
<id>e278efb2eb66cd5bbe9072a81b86efe17dfbd251</id>
<content type='text'>
Add the new `link_to` argument to the example to show how it's used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the new `link_to` argument to the example to show how it's used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "TableBuilderHelper::Column#link_to: Allow arbitrary number of arguments"</title>
<updated>2017-09-01T15:22:47+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-01T14:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=df64a6dcbc38cefe41c74bcb1d2d166d13711b23'/>
<id>df64a6dcbc38cefe41c74bcb1d2d166d13711b23</id>
<content type='text'>
This reverts commit 28db706443a912e8355e4c48488dc40c403e7f76.

Turns out we didn't need to be able to pass an arbitrary number of
arguments to the lambda after all. The URL helper objects necessary in
addition to the first argument to the lambda can be retrieved from the
view context directly instead of passing them into the block as
parameters (which would actually make things more difficult, because the
block is called in the `TableBuilderHelper`, thus outside the scope of
the view).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 28db706443a912e8355e4c48488dc40c403e7f76.

Turns out we didn't need to be able to pass an arbitrary number of
arguments to the lambda after all. The URL helper objects necessary in
addition to the first argument to the lambda can be retrieved from the
view context directly instead of passing them into the block as
parameters (which would actually make things more difficult, because the
block is called in the `TableBuilderHelper`, thus outside the scope of
the view).
</pre>
</div>
</content>
</entry>
<entry>
<title>TableBuilderHelper::Column#link_to: Allow arbitrary number of arguments</title>
<updated>2017-09-01T14:04:59+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-01T14:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=28db706443a912e8355e4c48488dc40c403e7f76'/>
<id>28db706443a912e8355e4c48488dc40c403e7f76</id>
<content type='text'>
This enables us to pass multiple objects into the lambda, so that we can
for example build a URL using a Rails helper using multiple objects.

Example:

    column.link_to(referential, item)

    lambda do |referential, item|
      some_path(referential, item)
    end
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables us to pass multiple objects into the lambda, so that we can
for example build a URL using a Rails helper using multiple objects.

Example:

    column.link_to(referential, item)

    lambda do |referential, item|
      some_path(referential, item)
    end
</pre>
</div>
</content>
</entry>
<entry>
<title>TableBuilderHelper#tbody: Use new `Column#link_to` for all column links</title>
<updated>2017-09-01T13:38:48+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-01T13:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=b546fc6ef6d406a041f5a26f5855a02b7c8d1f2c'/>
<id>b546fc6ef6d406a041f5a26f5855a02b7c8d1f2c</id>
<content type='text'>
Instead of always linking to the `name` and `comment` attributes, allow
any column to link to any thing by calling the new
`TableBuilderHelper::Column#link_to` method.

Because `linkable?`-ness is now determined at the column level, we can
get rid of the `#column_is_linkable?` method here.

The code is still pretty much "en désordre" as a result of the
`overhead` code tornado, but we'll have to deal with that later. (Oh
goodness I hope we get to deal with it.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of always linking to the `name` and `comment` attributes, allow
any column to link to any thing by calling the new
`TableBuilderHelper::Column#link_to` method.

Because `linkable?`-ness is now determined at the column level, we can
get rid of the `#column_is_linkable?` method here.

The code is still pretty much "en désordre" as a result of the
`overhead` code tornado, but we'll have to deal with that later. (Oh
goodness I hope we get to deal with it.)
</pre>
</div>
</content>
</entry>
<entry>
<title>TableBuilderHelper: Test out column-specific `#link_to`</title>
<updated>2017-09-01T13:14:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2017-09-01T13:14:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/chouette-core/commit/?id=9470a51cfc5fb3fd4d5fde2fb4e12caf3eaaa8eb'/>
<id>9470a51cfc5fb3fd4d5fde2fb4e12caf3eaaa8eb</id>
<content type='text'>
Testing out the new `TableBuilderHelper::Column#link_to` method to
provide the link needed to go to the row object's #show page.

Seems to work in this context, which is promising!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Testing out the new `TableBuilderHelper::Column#link_to` method to
provide the link needed to go to the row object's #show page.

Seems to work in this context, which is promising!
</pre>
</div>
</content>
</entry>
</feed>
