-
Notifications
You must be signed in to change notification settings - Fork 49
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
Hyrax 2.1 upgrade #1529
Merged
Merged
Hyrax 2.1 upgrade #1529
Changes from 10 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e4b7070
upgrade gemfile and migrations
orangewolf bd3ace2
move to wear the ball is going (aka update to rc3), started work on s…
orangewolf 695e080
more spec fixes
orangewolf 1a2c825
Merge branch 'master' into hyrax_upgrade
orangewolf 6cb8c64
update to hyrax 2.1 proper
orangewolf ab62b5a
solr_wrapper update, fixes the fact that apache no longer creates md5…
orangewolf 7fc8287
this menu item was removed by hyrax
orangewolf baf1b6b
dashboard layout is now called hyrax/dashboard layout
orangewolf 7a25390
all collections now have to have collection type
orangewolf b5e1907
Merge branch 'upstream_master' into hyrax_upgrade
orangewolf 487adcb
remove mac specific ignore, prefer global ignore instead
orangewolf e8d4cfc
add spec for upgrade migration rake task
orangewolf f22d6ec
Merge branch 'upstream_master' into hyrax_upgrade
orangewolf 2cfc0cb
you caught me again copper!
orangewolf b16a657
change directory in a block so the app context is not swapped to a ne…
orangewolf e9a5eaf
fix extented
orangewolf e569a3e
add code comment about rack-test version
orangewolf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,3 +46,4 @@ config/environments/*.local.yml | |
|
||
# Avatars and such | ||
public/uploads | ||
.DS_Store | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be in your global ignore https://help.github.com/articles/ignoring-files/#create-a-global-gitignore as this is specific only to certain operating systems and it not part of the project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no problem