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

Non-compatibility with Ruby 1.9.2/Rails 3 #1

Open
tfwright opened this issue Sep 2, 2010 · 2 comments
Open

Non-compatibility with Ruby 1.9.2/Rails 3 #1

tfwright opened this issue Sep 2, 2010 · 2 comments

Comments

@tfwright
Copy link

tfwright commented Sep 2, 2010

Hi, you're probably already aware of this if you've looked at this at all recently, but the FasterCSV dependency breaks on Ruby 1.9.2 (and hence Rails 3). Exits with

Please switch to Ruby 1.9's standard CSV library.  It's FasterCSV plus
support for Ruby 1.9's m17n encoding engine.
@andrewtimberlake
Copy link
Contributor

Thanks for letting me know.
Unfortunately I don't have time to deal with this yet.
I'll be migrating the project I use this on in the next few months and will need to deal with it then.
Feel free to submit a patch in the mean time if you manage to solve it

@tklenke
Copy link

tklenke commented Mar 15, 2011

I'm climbing the R3 curve but here's the hacks I made.
1 - replace FasterCSV with just CSV in all occurrences in lib/map_fields.rb
2 - move directory views to app/views

seems to work just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants