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 5 bundle install error #634

Closed
wants to merge 1 commit into from

Conversation

r3cha
Copy link

@r3cha r3cha commented Oct 16, 2016

Fix bundle install in Rails 5
"As of sprockets-rails version 3.1.0, used in current versions of rails, this gem is deprecated." from https://github.com/evrone/quiet_assets

@karmi
Copy link
Contributor

karmi commented Feb 8, 2017

@frontandstart, correct! Can you please sign the CLA so I can process the patch?

@r3cha
Copy link
Author

r3cha commented Feb 8, 2017

@karmi I think, done

@karmi
Copy link
Contributor

karmi commented Feb 10, 2017

Still can't find you in the records... I'd like to merge your patch to give you credit, but would like to have it CLA processed... Any problem if I mention you in the commit message for the overall patch for Rails compatibility and change the line myself?

karmi added a commit that referenced this pull request Feb 11, 2017
…csearch 5

This patch adds support for both Rails 5 and Elasticsearch 5 for the
application templates in `elasticsearch-rails/lib/rails/templates/`.

The main problems on the Elasticsearch side have been in incorrect mapping,
which still used the `multi_field` property type. The mapping definition
in the `searchable.rb` and `searchable.dsl.rb` has been fixed, along
with small fixes in HTML views an the `SearchController`.

On the Rails side, the `quiet_assets` gem has been removed, as originally
reported by @frontandstart in #634, and various fixes in the HTML views
(using `params.permit`, ...) and in the controller test (using the new
syntax for passing parameters) have been done.

The templates are still compatible with Rails 4.

Closes #655
karmi added a commit that referenced this pull request Feb 11, 2017
…csearch 5

This patch adds support for both Rails 5 and Elasticsearch 5 for the
application templates in `elasticsearch-rails/lib/rails/templates/`.

The main problems on the Elasticsearch side have been in incorrect mapping,
which still used the `multi_field` property type. The mapping definition
in the `searchable.rb` and `searchable.dsl.rb` has been fixed, along
with small fixes in HTML views an the `SearchController`.

On the Rails side, the `quiet_assets` gem has been removed, as originally
reported by @frontandstart in #634, and various fixes in the HTML views
(using `params.permit`, ...) and in the controller test (using the new
syntax for passing parameters) have been done.

The templates are still compatible with Rails 4.

Closes #655
@r3cha
Copy link
Author

r3cha commented Feb 12, 2017

Ok, thanks. I was redirected on your website and be sure that sign you CLA in PDF. but any way thank you for mention) First commit in open source its like first sex, very exiting)

@estolfo
Copy link
Contributor

estolfo commented Sep 7, 2018

I'm closing this as it appears to be in the code base already as of this commit

@estolfo estolfo closed this Sep 7, 2018
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

Successfully merging this pull request may close these issues.

3 participants