| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
in the path
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
We do this by making strip_attributes manipulate the unsaved object so
that it doesn't interact with globalize3.
Calling 'record.attributes' would invoke the globalize3 overridden
method, which returns the stale translated attribute values.
We now use the object's values instead which are the ones we have just
assigned and want to update to.
|
| |
|
| |
|
|
|
|
| |
sending attachments
|
| |
|
| |
|
|
|
|
| |
actionmailer uses mail under the hood
|
|
|
|
| |
easier
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
was removed
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
Gemfile.lock
app/controllers/general_controller.rb
app/controllers/public_body_controller.rb
spec/controllers/public_body_controller_spec.rb
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
the current locale
|
| |
| |
| |
| | |
Also using I18n.locale to pass the current locale around.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|