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

Updating current master branch with the master branch at the origin repo #1

Merged
merged 332 commits into from
Oct 28, 2019

Conversation

amilano
Copy link

@amilano amilano commented Oct 28, 2019

No description provided.

artfuldodger and others added 30 commits June 11, 2019 11:47
Putting the newer version last ensures that we get the expected diff. Otherwise, we see additions and removals switched.
To give more visibility to the different funding options.
Co-Authored-By: Javier Julio <javierjulio@icloud.com>
Update pundit links to canonical repo
It's very common to make experimental modifications to test
applications. This makes it very easy to go back to the freshly
generated application without having to regenerate it, by running `git
checkout .`, or to even keep track of the experimental changes being
done using git.
When retrieving the policy for an `ActiveAdmin::Page`, and the pundit
namespace is `:active_admin`, we need an extra check so that the right
policy is properly picked up.
We no longer need this, since we support rubies above or equal to 2.4.
The blank line before class end is hard to eliminate without making the
template messy. So I add a blank line before class begin so that the
generated class is a bit prettier.
The model generator only generates:

* Model, which we are fully overwriting later.
* Unit tests, which we don't use.
* Migration.

So using the migration generator seems better.
Broken when the template was reindented.
Co-authored-by: coezbek <christopher@oezbek.org>
Co-authored-by: coezbek <christopher@oezbek.org>
This gets us ready to support the final release of Rails 6.0, and also
allows activeadmin to be tried against Rails master more easily.
* Re-use I18n translations of formtastic ~ Labels
* Undo unnecessary change and add a spec
* Simplify
Current Rails master (6.1.0.alpha) adds a new --timestamps option to the
migration generator that it's true by default. So to get migrations
running under Rails master, we need to make sure we don't generate
duplicate timestamp columns by using both explicit columns and the new
(default) option at the same time.
deivid-rodriguez and others added 29 commits October 25, 2019 17:20
It's handy to do this now to force the cache to be regenerated at the
right place.
* Use $sidebar-with to calculate right-margin of #main_content

* Add parenthesis to improve readability

Co-Authored-By: Javier Julio <javierjulio@icloud.com>

* Add changelog entry for #5887

* Add definition of user and PR to changelog
Let's save the word "Removals" for removals that we consider to be
"Breaking Changes".
This is quite subjective, and unnecessary complicates the nesting of the
changelog structure.
@amilano amilano merged commit b9b5255 into grafiti-io:master Oct 28, 2019
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.