Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with 0.8.0 #142

Closed
atipugin opened this issue Apr 2, 2015 · 3 comments
Closed

Problem with 0.8.0 #142

atipugin opened this issue Apr 2, 2015 · 3 comments
Labels
Milestone

Comments

@atipugin
Copy link
Contributor

atipugin commented Apr 2, 2015

0.8.0 doesn't work with rails 4.2.1. i18n-tasks normalize fails with following error:

vendor/bundle/gems/i18n-tasks-0.8.0/lib/i18n/tasks/data/router/pattern_router.rb:51:in `compile_routes': undefined method `map' for nil:NilClass (NoMethodError)```
@glebm glebm added this to the v0.8.2 milestone Apr 2, 2015
@glebm
Copy link
Owner

glebm commented Apr 2, 2015

The issue is that the write: setting is nil in the new config template.

@glebm
Copy link
Owner

glebm commented Apr 2, 2015

Should be fixed in 0.8.2

@glebm glebm closed this as completed Apr 2, 2015
@glebm glebm reopened this Apr 2, 2015
@atipugin
Copy link
Contributor Author

atipugin commented Apr 2, 2015

Yes, now it works 👍

@atipugin atipugin closed this as completed Apr 2, 2015
bartimaeus added a commit to bartimaeus/i18n-tasks that referenced this issue Apr 30, 2015
* upstream/master: (58 commits)
  Bump to 0.8.3
  ActiveSupport < 4 compat
  Bump to 0.8.2
  Fix failure on nil values in the data config glebm#142
  Bump to 0.8.1
  bump to 0.8.0
  Update the default config file, edit the Readme
  Config  appends to and not overrides the list glebm#137
  Update CHANGES.md
  Don't require spec_helper where you don't need to.
  Add missing keys detected in source to all locales glebm#134
  cli
  cli.rb: extract help_option
  Verbose option help
  improve CLI DSL
  update template defaults to match
  cli.rb codeclimate
  minor fixes
  test-infra
  slop -> optparse
  ...
christianRakete added a commit to christianRakete/i18n-tasks that referenced this issue Jun 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants