Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Last active December 19, 2015 13:19
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveklabnik/5961629 to your computer and use it in GitHub Desktop.
Save steveklabnik/5961629 to your computer and use it in GitHub Desktop.
Gems that may not be rails 4 compatible

Gems that need help with Rails 4

  • cucumber-rails
  • simple_form - has a 3.0.0.rc but it depends on rails 4.0.0.rc1
  • delayed_job_active_record - has a v4.0.0.beta3 so likely ready to release soon
  • spork-rails - has no indication of even a beta for rails 4
  • authlogic: binarylogic/authlogic#368
  • activeadmin/activeadmin#1963
@calebhearth
Copy link

active_admin

@seanlinsley
Copy link

Active Admin's getting there: activeadmin/activeadmin#2326

@BrandonMathis
Copy link

@paulkoegel
Copy link

compass-rails

@nathany
Copy link

nathany commented Aug 2, 2013

Update:

  • delayed job active record 4.0 was released and supports Rails 3.x and 4.0
  • spork has an rc and spork-rails has a commit for Rails 4 support, but no official release yet
  • @yourwelcome merged some pull requests for authlogic, but there is more work to be done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment