girishso / rails-client-logger

Rails engine for logging from Browser Javascript to server
MIT License
25 stars 14 forks source link

Rails4 support #2

Closed elthariel closed 10 years ago

elthariel commented 11 years ago

Hi,

This PR is first a way to start talking :) not yet a real PR. I'm unable to run your test suite, and i would enjoy some help :)

Except from that part, i don't think this PR should go to master branch, but it could be a good idea to open a rails4 branch on your side.

girishso commented 11 years ago

Thanks! I'm on vacation, will look into this as soon as I get back.

On 26-Oct-2013, at 8:11 am, Elthariel notifications@github.com wrote:

Hi,

This PR is first a way to start talking :) not yet a real PR. I'm unable to run your test suite, and i would enjoy some help :)

Except from that part, i don't think this PR should go to master branch, but it could be a good idea to open a rails4 branch on your side.

You can merge this Pull Request by running

git pull https://github.com/elthariel/rails-client-logger rails4 Or view, comment on, or merge it at:

https://github.com/girishso/rails-client-logger/pull/2

Commit Summary

Switched to a Coffee based implementation Adds rails 4 support. Switch client-side to coffee script. Bump version since these changes are incompatible. Adds coffeescript support in generator File Changes

A .gitkeep b/test/dummy/db/.gitkeep (0) M Gemfile.lock (127) M README.md (9) M app/controllers/rails_client_logger/rails_client_loggers_controller.rb (4)
M lib/generators/rails_client_logger/rails_client_logger_generator.rb (29) M lib/rails-client-logger/version.rb (2) M rails-client-logger.gemspec (7) M test/dummy/config/application.rb (2) M test/dummy/config/environments/test.rb (8) M test/functional/js_logger/js_loggers_controller_test.rb (2) D vendor/assets/javascripts/rails_client_logger.js (34) A vendor/assets/javascripts/rails_client_logger.js.coffee (15) Patch Links:

https://github.com/girishso/rails-client-logger/pull/2.patch https://github.com/girishso/rails-client-logger/pull/2.diff

ryoqun commented 10 years ago

@girishso Hi, I just found this gem. this looks awesome. Currently I'm developing rails 4 app. Could you review this pull request and merge it? I can help if you need. :)

girishso commented 10 years ago

@ryoqun there you go new version 1.0.0 is released with Rails 4 support. @elthariel thanks for the PR!

ryoqun commented 10 years ago

@girishso thanks for super fast reaction!

girishso commented 10 years ago

:)

elthariel commented 10 years ago

You're welcome. Sorry for the typo. I dunno how i could have sent this PR with it :-/

On Mon, Nov 25, 2013 at 4:15 PM, Girish Sonawane notifications@github.comwrote:

:)

— Reply to this email directly or view it on GitHubhttps://github.com/girishso/rails-client-logger/pull/2#issuecomment-29209118 .