Git Product home page Git Product logo

rails-messaging's People

Contributors

danieleds avatar frodefi avatar ugisozols avatar yencn02 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rails-messaging's Issues

Migration conflicts with Mailboxer

I just tried installed the latest mailboxer and messaging...

gem 'messaging', git: 'git://github.com/frodefi/rails-messaging.git'
gem 'mailboxer', git: 'git://github.com/ging/mailboxer.git'

bundle install failed because

Bundler could not find compatible versions for gem "rails":
  In Gemfile:
    messaging (>= 0) ruby depends on
      rails (~> 3.2.2) ruby

    rails (4.0.0)

I removed the repos and I got the bundle working. A new problem occured in that both mailboxer and messaging are defining the receipts table and therefore all migrations fail. Consequently, messaging is completely unusable in Rails 4.

rails 4 compatibility

is this gem rails 4 compatible

when i run bundle install i get

Bundler could not find compatible versions for gem "rails":
In Gemfile:
messaging (>= 0) ruby depends on
rails (~> 3.2.2) ruby

rails (4.0.1)

undefined local variable error for acts_as_messageable

Didn't have a problem when I was just using mailboxer, but I'm now getting this error after installing rails-messaging. any idea as to what it could be?

rake aborted!
NameError: undefined local variable or method `acts_as_messageable' for User (call 'User.connection' to establish a connection):Class

no route matches for search

Bundler could not find compatible versions for gem "rails":
In Gemfile:
messaging (>= 0) x86-mingw32 depends on
rails (~> 3.2.2) x86-mingw32

rails (4.2.1)

Cant access rack /messaging

When trying to access /messaging (defined by defaults in routes.rb) I get following error:

NoMethodError in Messaging::MessagesController#index

undefined method `authenticate_messaging_user!' for #<Messaging::MessagesController:0x0000010384ad60>

undefined local variable or method `acts_as_messageable' for #<Class:0x007ffa22a7e0a8>

activerecord (3.2.3) lib/active_record/dynamic_matchers.rb:50:in method_missing' app/models/user.rb:14:inclass:User'
app/models/user.rb:1:in <top (required)>' activesupport (3.2.3) lib/active_support/dependencies.rb:469:inload'
activesupport (3.2.3) lib/active_support/dependencies.rb:469:in block in load_file' activesupport (3.2.3) lib/active_support/dependencies.rb:639:innew_constants_in'
activesupport (3.2.3) lib/active_support/dependencies.rb:468:in load_file' activesupport (3.2.3) lib/active_support/dependencies.rb:353:inrequire_or_load'
activesupport (3.2.3) lib/active_support/dependencies.rb:502:in load_missing_constant' activesupport (3.2.3) lib/active_support/dependencies.rb:192:inblock in const_missing'
activesupport (3.2.3) lib/active_support/dependencies.rb:190:in each' activesupport (3.2.3) lib/active_support/dependencies.rb:190:inconst_missing'
activesupport (3.2.3) lib/active_support/inflector/methods.rb:229:in block in constantize' activesupport (3.2.3) lib/active_support/inflector/methods.rb:228:ineach'
activesupport (3.2.3) lib/active_support/inflector/methods.rb:228:in constantize' devise (2.0.4) lib/devise/rails/warden_compat.rb:27:indeserialize'
warden (1.1.1) lib/warden/session_serializer.rb:31:in fetch' warden (1.1.1) lib/warden/proxy.rb:196:inuser'
warden (1.1.1) lib/warden/proxy.rb:293:in _perform_authentication' warden (1.1.1) lib/warden/proxy.rb:90:inauthenticate'
devise (2.0.4) lib/devise/controllers/helpers.rb:56:in current_user' app/controllers/welcome_controller.rb:3:inindex'
actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in send_action' actionpack (3.2.3) lib/abstract_controller/base.rb:167:inprocess_action'
actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in process_action' actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:inblock in process_action'
activesupport (3.2.3) lib/active_support/callbacks.rb:447:in _run__4519221647863107739__process_action__4532247926172337776__callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in__run_callback'
activesupport (3.2.3) lib/active_support/callbacks.rb:385:in _run_process_action_callbacks' activesupport (3.2.3) lib/active_support/callbacks.rb:81:inrun_callbacks'
actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in process_action' actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:inprocess_action'
actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in block in process_action' activesupport (3.2.3) lib/active_support/notifications.rb:123:inblock in instrument'
activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in instrument' activesupport (3.2.3) lib/active_support/notifications.rb:123:ininstrument'
actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in process_action' actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:inprocess_action'
activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in process_action' actionpack (3.2.3) lib/abstract_controller/base.rb:121:inprocess'
actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in process' actionpack (3.2.3) lib/action_controller/metal.rb:203:indispatch'
actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in dispatch' actionpack (3.2.3) lib/action_controller/metal.rb:246:inblock in action'
actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in call' actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:indispatch'
actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in call' journey (1.0.3) lib/journey/router.rb:68:inblock in call'
journey (1.0.3) lib/journey/router.rb:56:in each' journey (1.0.3) lib/journey/router.rb:56:incall'
actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in call' rack-pjax (0.5.9) lib/rack/pjax.rb:12:incall'
sass (3.1.17) lib/sass/plugin/rack.rb:54:in call' warden (1.1.1) lib/warden/manager.rb:35:inblock in call'
warden (1.1.1) lib/warden/manager.rb:34:in catch' warden (1.1.1) lib/warden/manager.rb:34:incall'
actionpack (3.2.3) lib/action_dispatch/middleware/best_standards_support.rb:17:in call' rack (1.4.1) lib/rack/etag.rb:23:incall'
rack (1.4.1) lib/rack/conditionalget.rb:25:in call' actionpack (3.2.3) lib/action_dispatch/middleware/head.rb:14:incall'
remotipart (1.0.2) lib/remotipart/middleware.rb:30:in call' actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:incall'
actionpack (3.2.3) lib/action_dispatch/middleware/flash.rb:242:in call' rack (1.4.1) lib/rack/session/abstract/id.rb:205:incontext'
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in call' actionpack (3.2.3) lib/action_dispatch/middleware/cookies.rb:338:incall'
activerecord (3.2.3) lib/active_record/query_cache.rb:64:in call' activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:incall'
actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in block in call' activesupport (3.2.3) lib/active_support/callbacks.rb:405:in_run__2661051448894338609__call__195734448013631690__callbacks'
activesupport (3.2.3) lib/active_support/callbacks.rb:405:in __run_callback' activesupport (3.2.3) lib/active_support/callbacks.rb:385:in_run_call_callbacks'
activesupport (3.2.3) lib/active_support/callbacks.rb:81:in run_callbacks' actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:incall'
actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in call' actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:incall'
actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in call' actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:incall'
railties (3.2.3) lib/rails/rack/logger.rb:26:in call_app' railties (3.2.3) lib/rails/rack/logger.rb:16:incall'
actionpack (3.2.3) lib/action_dispatch/middleware/request_id.rb:22:in call' rack (1.4.1) lib/rack/methodoverride.rb:21:incall'
rack (1.4.1) lib/rack/runtime.rb:17:in call' activesupport (3.2.3) lib/active_support/cache/strategy/local_cache.rb:72:incall'
rack (1.4.1) lib/rack/lock.rb:15:in call' actionpack (3.2.3) lib/action_dispatch/middleware/static.rb:62:incall'
railties (3.2.3) lib/rails/engine.rb:479:in call' railties (3.2.3) lib/rails/application.rb:220:incall'
rack (1.4.1) lib/rack/content_length.rb:14:in call' railties (3.2.3) lib/rails/rack/log_tailer.rb:14:incall'
rack (1.4.1) lib/rack/handler/webrick.rb:59:in service' /Users/maxstudener/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:inservice'
/Users/maxstudener/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in run' /Users/maxstudener/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:inblock in start_thread'

Removal

Hi guys, how do i undo all the operations done by installing, i would like to build my own messaging.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.