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

Rails 4 support #36

Merged
merged 8 commits into from Mar 1, 2013
Merged

Rails 4 support #36

merged 8 commits into from Mar 1, 2013

Conversation

spectator
Copy link
Contributor

Hi guys,

On the way to make InheritedResources and its dependencies Rails 4 compatible, please review this pull request.

In this pull request I was trying to take into account all the comments I got in heartcombo/responders#60

Please let me know if you have any comments, suggestions, etc.

Thank you.

@@ -0,0 +1,7 @@
language: ruby
rvm:
- 1.9.3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is good to add 1.8.7 in the build matrix only to 3.2.x

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add 1.8.7 to rvm and adding this should do it:

matrix:
  exclude:
    - rvm: 1.8.7
      gemfile: Gemfile

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 08b092f

rafaelfranca added a commit that referenced this pull request Mar 1, 2013
@rafaelfranca rafaelfranca merged commit 4a67208 into heartcombo:master Mar 1, 2013
@rafaelfranca
Copy link
Collaborator

Thank you so much

matrix:
exclude:
- rvm: 1.8.7
gemfile: gemfiles/Gemfile.rails-3.2.x
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey guys, I did a mistake here. It should be

matrix:
  exclude:
    - rvm: 1.8.7
      gemfile: Gemfile

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, nevermind. It has beed fixed already.

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

Successfully merging this pull request may close these issues.

None yet

2 participants