Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

activeadmin

The administration framework for business critical Ruby on Rails applications
Collective - Host: opensource - https://opencollective.com/activeadmin - Website: https://activeadmin.info - Code: https://github.com/activeadmin/activeadmin

Merge pull request #5059 from javierjulio/add-br-tags

Restore br tags in devise shared links

github.com/activeadmin/activeadmin - 846168a30c5eb17d44619c6b24a5857b2fb33f66 authored over 7 years ago
complete fr translation

github.com/activeadmin/activeadmin - 05ae23f0b0fd65b90f8ebe22047765eabe34295d authored over 7 years ago
Let jquery-ui-rails 6.0 be used in tests

github.com/activeadmin/activeadmin - 3fe0a55af4e9743bf1168dd43eef471870051ae4 authored over 7 years ago
Merge pull request #5046 from activeadmin/issue_3894

make tabs components work with non ascii titles

github.com/activeadmin/activeadmin - 2ac05eee9ba67850fc055ec1bddb120ed3a73033 authored over 7 years ago
Add spacing between links

This isn’t ideal but this is used in various layouts that would need
updating. Best way to fix t...

github.com/activeadmin/activeadmin - 2f263022d4bea3d24ed7a0588fdecb7c8c1370c6 authored over 7 years ago
Merge pull request #5053 from activeadmin/enhance/codecov

Enhance codecov config a bit

github.com/activeadmin/activeadmin - fefb2adbfb8f415cc076ad6bd7e8c08ffedfd6c2 authored over 7 years ago
Remove js configuration part from codecov

Not using it.

github.com/activeadmin/activeadmin - 120ceb3809a85ae6679faca66cc8d51b60b4c6e4 authored over 7 years ago
Let it be a little more flexible

Two digits precision is too strict I think. Let's use one and round it
generously, so that the e...

github.com/activeadmin/activeadmin - 17f970ebb32696cf43f8dbc92aa7bba05fb44765 authored over 7 years ago
Fix regression causing unexpected coverage decrease

github.com/activeadmin/activeadmin - 73423bd8cc2b9785f77ebde410357d8ca5d590b1 authored over 7 years ago
Reformat codecov config for my visual pleasure :)

github.com/activeadmin/activeadmin - a9f1ac3f94d98ad18de4d2afc4c913ee1044a10e authored over 7 years ago
Merge pull request #5055 from javierjulio/update-admin-user-seed

Update devise generator

github.com/activeadmin/activeadmin - fb5c424b382e552bd2912c64e6554dd5b8781fe9 authored over 7 years ago
Only allow seeded admin user if in development

github.com/activeadmin/activeadmin - 34e05d37d77a2c2506173101a589de023e05ec41 authored over 7 years ago
Merge pull request #5051 from javierjulio/remove-bourbon

Remove unused bourbon gem

github.com/activeadmin/activeadmin - 50d9893ea60993ef72047f072e5a4bc0c4d24b45 authored over 7 years ago
Merge pull request #5049 from javierjulio/remove-deprecated-unbind

Remove unbind on element that has no event handlers

github.com/activeadmin/activeadmin - af252502491ad4a8346ae27d70b936a0c34d50f7 authored over 7 years ago
Merge pull request #5029 from activeadmin/input_html_proc

allow to pass proc to filters input_html option

github.com/activeadmin/activeadmin - d4572c5b17218309380fcce6529517ec36fb84e5 authored over 7 years ago
Remove bourbon dependency

We weren’t using bourbon mixins to begin with so no need for the dependency.

github.com/activeadmin/activeadmin - 3f3beb5435dce300364d9deec9247f1818fc0720 authored over 7 years ago
Merge pull request #4682 from mateusg/fix-dom-ready-for-non-turbolinks-apps

DOM ready events not working for non-Turbolinks apps

github.com/activeadmin/activeadmin - 0e4d7e7e44abf246ad23bf3a48fbecf40f9e3a6f authored over 7 years ago
Support proc as an input_html option value when declaring filters

Example
```
filter :title, as: :select, input_html: proc{ {'data-ajax-url': users_api_url} }
```

github.com/activeadmin/activeadmin - 9eacf87b01af6da93c7bc78db302885fd7a92068 authored over 7 years ago
Merge pull request #4991 from activeadmin/fix_doc_generation

Fix doc generation

github.com/activeadmin/activeadmin - ed98ce1577627a0c03cd08cff15520be345ee84d authored over 7 years ago
Remove usage of deprecated `unbind` method

This is deprecated in jQuery v3 but no need to even call it since the
element itself does not ha...

github.com/activeadmin/activeadmin - 5b249c71a3cdca0cc063c8af0ba958bc55b6a748 authored over 7 years ago
make tabs components work with non ascii titlies

github.com/activeadmin/activeadmin - ee4e66d0e6e5224cad1a8c0a1cd6aa4a9764d189 authored over 7 years ago
Merge pull request #5045 from activeadmin/capybara_hidden_elements

handle visibility of html elements in tests

github.com/activeadmin/activeadmin - 0c342275cd90455ddf6b2787e7a3c3e00bfdaa69 authored over 7 years ago
fixed visibility logic in tabs feature

github.com/activeadmin/activeadmin - 8074c739033645ef02f03c64d88bd32b7ec66047 authored over 7 years ago
do not override global Capybara.ignore_hidden_elements

Prefer not to change this global option, and use the :visible option to track elements

github.com/activeadmin/activeadmin - eb61a6906c2165998762ec0b94eb94ce1ea78d6c authored over 7 years ago
Merge pull request #5044 from activeadmin/Fivell-patch-2

fixed current_scope rendering in ActiveSidebar

github.com/activeadmin/activeadmin - 85d4690f824825fcd5f855146a56b7f98bcef37f authored over 7 years ago
Merge pull request #5038 from holmansv/load_meta_tags_before_js

Render meta tags before javascripts so they are available when JS loads.

github.com/activeadmin/activeadmin - 59ff6b5d10d72090234c16fb67881ba106f5a720 authored over 7 years ago
fixed current_scope rendering in ActiveSidebar

[closes #5043]

github.com/activeadmin/activeadmin - c51a3167e1b84e9afb97b5a7f563fa11dd4a3e0d authored over 7 years ago
Add missing doc files to mdl lint check

github.com/activeadmin/activeadmin - e6de8286bf273b2717cf318b6d861c404d4d82c2 authored over 7 years ago
Speed up doc generation

We don't want to generate all yard documentation, just the .yardoc
database.

github.com/activeadmin/activeadmin - 52459b907a818353ece952602d7996ec8d198ac9 authored over 7 years ago
Make sure docs are generated before building them

github.com/activeadmin/activeadmin - e3be2ca3d418b1e260c64404f5760860b836537b authored over 7 years ago
Remove dummy comment

Just to normalize with the other analogous files which don't have it.

github.com/activeadmin/activeadmin - 55f1f712147cc0796ac1d8e6f926332c139f39b5 authored over 7 years ago
Make automatic docs are always in sync

github.com/activeadmin/activeadmin - 3b6d33e068db1bbdeef382d1966ccf8592e02de0 authored over 7 years ago
Move doc gems out of Gemfile groups

So they can run in CI.

github.com/activeadmin/activeadmin - 9c0a02fc59eaac7b887a031058f0df5428a145ea authored over 7 years ago
Remove unnecessary configuration

We are already configuring yard as a prerequisite for doc generation. So
we don't need this.

github.com/activeadmin/activeadmin - 33abf6715358dc8c61f67c1da781ed0a60b71fa7 authored over 7 years ago
Merge docs.rake and yard.rake

Since they are part of the same thing.

github.com/activeadmin/activeadmin - 1caeb9d91d4f19c741e6e581cce39e41b8dd3638 authored over 7 years ago
No need to pass --exclude

Since we are passing files explicitly.

github.com/activeadmin/activeadmin - de2b182986bdce963aafe50db8801acf68ed75ee authored over 7 years ago
Use rule aliases instead of cryptic names

github.com/activeadmin/activeadmin - 76e1f35b7b15ab773a4bb4f50d0ee7c8afd1be9d authored over 7 years ago
Exclude line length checks from mdl

Since some of the docs are generated from ruby documentation, and we are
not enforcing a minimum...

github.com/activeadmin/activeadmin - 62efd76b09536b74f0aa0d4b648f0e80dfb351fe authored over 7 years ago
Fix some yard warnings

github.com/activeadmin/activeadmin - c11ccdfcc725a6af8f3ff1ca87b79031a74655fc authored over 7 years ago
Remove warnings from generated docs

I'll be enforcing this automatically.

github.com/activeadmin/activeadmin - 4535da8b58cf7a8f73b9f5933059374f0f7dd2e2 authored over 7 years ago
Write jekyll redirect to generated docs

github.com/activeadmin/activeadmin - b10409e6e0ae05344b99d5429ec74fd07a69ee94 authored over 7 years ago
Merge pull request #5041 from activeadmin/fix/mdl_linting

Improve markdown linting

github.com/activeadmin/activeadmin - d9ef5bfbe32a8de9c101f364f906856f69c78df4 authored over 7 years ago
Merge pull request #5037 from javierjulio/remove-sass-rails-dep

Require only minimum of sass as dependency

github.com/activeadmin/activeadmin - 93a59d019cb6b9321eb4d558520d40005edbb0f9 authored over 7 years ago
Merge pull request #5033 from activeadmin/jruby_tracking

Workaround slow JRuby build

github.com/activeadmin/activeadmin - 2cdb30839f44c0082d1d0f7c17e9bbd5203f5742 authored over 7 years ago
Lint more md files and fix more issues

Not sure why these issues went undetected before.

github.com/activeadmin/activeadmin - bdc8eb875eebecb6a8bf15ca94b12faef6bf69c9 authored over 7 years ago
Fix markdownlint CI status

And fix one issue that had sneaked in.

github.com/activeadmin/activeadmin - 7a1f55c7c1460260a9a55a46fb66f163dec5b27a authored over 7 years ago
Set sass to '~> 3.1'

github.com/activeadmin/activeadmin - 4a95a528a2515471ddd345cdb62bf3d4df63b7b8 authored over 7 years ago
Include sass-rails as its a default for Rails Gemfile

This worked previously since we were required sass-rails but Rails has
this by default so moving...

github.com/activeadmin/activeadmin - 519a7877410739d1526a3f78046434659497f8f7 authored over 7 years ago
Add changelog notice

github.com/activeadmin/activeadmin - dab92857be9ce728558a76c235950c037c9b0158 authored over 7 years ago
Replace sass-rails with just sass

We shouldn’t have to require sass-rails but like other gems (e.g.
foundation-rails) that use sas...

github.com/activeadmin/activeadmin - 22408a2e057d21049a90f12c0d5cb6089bbadd15 authored over 7 years ago
Rename with scss extension for importing

Nothing to worry here since this will work as is but despite not
containing any SASS, we need th...

github.com/activeadmin/activeadmin - 04fc4d8ba4b516bc8a6fdcbdea8ce163377938e6 authored over 7 years ago
Merge pull request #5039 from javierjulio/update-bug-report-script

Update bug report script to focus on ActiveAdmin

github.com/activeadmin/activeadmin - 6417f033d9e5a908a087cc8e06decc45424c00ee authored over 7 years ago
Merge pull request #5040 from activeadmin/bach-actions-events

trigger separate js event for each batch action

github.com/activeadmin/activeadmin - c4ed7e6feaad3bd87c478b0cc1beee86a6465848 authored over 7 years ago
trigger separate js event for each batch action

github.com/activeadmin/activeadmin - 9c2da9efc8eca7130971444abc926a59447f3ef2 authored over 7 years ago
Streamline content so its readable in preview

Painful to use comments here. Best to remove it like in other repo
issue templates so it renders...

github.com/activeadmin/activeadmin - e06fe81332fa76c7d18d33e31d536930f9564a4d authored over 7 years ago
Link to issues with search all enabled

By default search is only for open issues but by setting an empty query
we can change that to be...

github.com/activeadmin/activeadmin - bb53092aaf5c63ecfcc84c5403141943c8e9908b authored over 7 years ago
Rename to active_admin_master as that is what the report is for

The report isn’t for Rails 5 master but for ActiveAdmin. Seeing this
for the first time I can se...

github.com/activeadmin/activeadmin - a323b27ff8034a4371cb3c7bb8df57f37adbd7f3 authored over 7 years ago
Update app config/requires to match Rails bug template scripts

We should stay consistent with how Rails sets up their action
controller/view gem script templat...

github.com/activeadmin/activeadmin - 2f071a25fa2ad09d45636c49818230f303e46383 authored over 7 years ago
Do what JRuby does to overcome lack of entropy

github.com/activeadmin/activeadmin - e9934fe0c32bec541286d2aff5b448f4e2ca1a88 authored over 7 years ago
Don't require simplecov when COVERAGE disabled

github.com/activeadmin/activeadmin - 8fff78ebc036ddf2899b5c6323948c90acfe1e1e authored over 7 years ago
Normalize TODO notes

For easier grepping, for example.

github.com/activeadmin/activeadmin - 726868defcf3531fe7a3102f4656f03ef5e55eca authored over 7 years ago
Use Rails ~> 5.1.0 but focus on ActiveAdmin master

Rearrange gems since the focus here is on ActiveAdmin, not Rails.

github.com/activeadmin/activeadmin - 3bd31a0aa9005cded78f73a005a5d5fba95ea47f authored over 7 years ago
Render meta tags before javascripts so they are available when scripts load.

github.com/activeadmin/activeadmin - 49fdf19cee18a85fc16d2eede65d1a3f31470fe9 authored over 7 years ago
Merge pull request #5036 from javierjulio/remove-enforce-version-task-dep

Remove remaining deleted task reference

github.com/activeadmin/activeadmin - 417ff4be6d44ef2ef4b35e24f25ac686478f9e3c authored over 7 years ago
Remove task dependency that has been deleted

github.com/activeadmin/activeadmin - c6e1c22a6fbec35185aaa7d645d9d686d3174a71 authored over 7 years ago
Merge pull request #5034 from activeadmin/Fivell-patch-1-2

update outdated doc for string filter

github.com/activeadmin/activeadmin - acdbb4a958f67bbdc00f1c9179eb1b1dbd2add66 authored over 7 years ago
update outdated doc for string filter

[skip ci]

github.com/activeadmin/activeadmin - 00a9846e46caf44631270001ed355f71e7e2b890 authored over 7 years ago
Merge pull request #5032 from activeadmin/Fivell-patch-1

update pagination documentation

github.com/activeadmin/activeadmin - 1a7f8518221f7046814f79223335ebe9a5c97ca7 authored over 7 years ago
Merge pull request #5021 from mauriciopasquier/missing-i18n-string

Missing internationalized string

github.com/activeadmin/activeadmin - 7bdc71788ea53189703ab1998a22cdf59dc03aa9 authored over 7 years ago
Remove untranslated string from template

github.com/activeadmin/activeadmin - 882a7a1d3a064d68ffc3d0a0f7921be60057e891 authored over 7 years ago
update pagination documentation

doc for PR #3748

github.com/activeadmin/activeadmin - 97e24628c66fd4c9cc57d630a90833c437f3d72a authored over 7 years ago
Merge pull request #5014 from activeadmin/rubocop

[Rubocop] Fix config and new cops

github.com/activeadmin/activeadmin - 575bc8eeefa9c50a85899058f5d5e42ff461f747 authored over 7 years ago
Merge pull request #5030 from activeadmin/Fivell-patch-1

setup minimal ruby version for rubocop

github.com/activeadmin/activeadmin - 3e0280f9feb2beed55a094c631e28793af029fa6 authored over 7 years ago
setup minimal ruby version for rubocop

github.com/activeadmin/activeadmin - 975c8ee053b460d936c0e5888b67f79683419717 authored over 7 years ago
Merge pull request #5028 from activeadmin/issue_5027

skip polymorphic associations when detecting class in active filters

github.com/activeadmin/activeadmin - d456006cf2cffa6886452c653e216d7fb23d1ae7 authored over 7 years ago
skip polymorphic associations when detecting class in active filters

[refs #5027]

github.com/activeadmin/activeadmin - a7e115f1a0021c5a556bb3a1c42ea809819adcd4 authored over 7 years ago
Merge pull request #5024 from sasha-bichkov/master

Fix the interaction between batch actions

github.com/activeadmin/activeadmin - 596e36d2675385a2b2792546804c7c1bbe1b0209 authored over 7 years ago
Fix the interaction between batch actions

github.com/activeadmin/activeadmin - 7942971d1b0628c9bc2890f899eaabb544f9a5b5 authored over 7 years ago
Add Style/Encoding cop and fix offenses

github.com/activeadmin/activeadmin - c93297cec111bfbff9fb2fafddb94c67f2eba940 authored over 7 years ago
Add Layout/TrailingBlankLines and fix offenses

github.com/activeadmin/activeadmin - dedc739e7274767abe4cebfa91720f0d844a88fa authored over 7 years ago
Fix bad namespace for cop

github.com/activeadmin/activeadmin - affb128cbcc88e9ad80bbeb0a6f9497b605df0e5 authored over 7 years ago
Merge pull request #4986 from activeadmin/lint_docs

Lint docs

github.com/activeadmin/activeadmin - 8541a5deeedf48d470ab8c5e93eafdb95d8def1b authored over 7 years ago
Merge pull request #5020 from activeadmin/fix/test_task

Fix some test tasks under some conditions

github.com/activeadmin/activeadmin - e82724575cea467a528c7e8030fa61c078cbedbc authored over 7 years ago
Merge pull request #4993 from humancopy/master

Fix Hebrew translations

github.com/activeadmin/activeadmin - 8515b0a3f6b0ba551a9170bf84a673b14383939a authored over 7 years ago
Merge pull request #5016 from activeadmin/remove_js_lint

Remove jslint

github.com/activeadmin/activeadmin - 04acad339c5e0b002f7eea85650870d4443fcbfb authored over 7 years ago
Prefer symbols for simple tasks

github.com/activeadmin/activeadmin - 16aadc08c58e0c93822dbd3784c2b3006217c02a authored over 7 years ago
Simplify cucumber tasks

github.com/activeadmin/activeadmin - c83719a492acdbd9373dcdca5215566233c6a420 authored over 7 years ago
Remove all the magic

Just tell contributors to set their BUNDLE_GEMFILE environment variable
to their target Rails ve...

github.com/activeadmin/activeadmin - d9a9e02c4f2de8d9e15ebac0408f347575156ba8 authored over 7 years ago
Remove jslint

It's unmantained, it was skipped unless java was installed and it was
not analyzing any files!

github.com/activeadmin/activeadmin - 2165c41c62cd5fae0fea5f4b2dbc62c8ad7ca037 authored over 7 years ago
Fix outdated links to unsupported_browser.turn_off_compatibility_view and localise them

github.com/activeadmin/activeadmin - fa15c79d7da58cf9bd02eaf2f844756df5e936f7 authored over 7 years ago
More Hebrew translations

github.com/activeadmin/activeadmin - cab33a517e6338237989f8aa69e8984e9dc18767 authored over 7 years ago
Fix Hebrew translations

github.com/activeadmin/activeadmin - 0b228c36a59740344a8c7659944b826a9b17ac86 authored over 7 years ago
No need to point to unreleased cucumber-rails

github.com/activeadmin/activeadmin - 6dc6ea3ae78ad90638bcbe6b23b3ac8f3acafe3a authored over 7 years ago
Recommend the default rake task in CONTRIBUTING.md

Since it runs linters as well.

github.com/activeadmin/activeadmin - 9b056341a85304b7c5f71ed15bd8e627f3c8e229 authored over 7 years ago
Merge pull request #5013 from activeadmin/unlock_bundler

Unlock bundler version in CI

github.com/activeadmin/activeadmin - e62ee4f792ed12eafee176cf9693b8e37706e4b3 authored over 7 years ago
Merge pull request #5019 from mauriciopasquier/fixes-to-es-locale

Missing es keys, minor fixes

github.com/activeadmin/activeadmin - 12c483a5aaaacf7d9a815af6d71a43ff54d483eb authored over 7 years ago
Unlock bundler version in CI

Just install the latest version, since it now appears more stable, and
our dependencies are a lo...

github.com/activeadmin/activeadmin - 916c36aff66b06d655d294d7c5df2feaa80643f0 authored over 7 years ago
Bump jruby again

See if it improves performance.

github.com/activeadmin/activeadmin - e7fb3a017c33b46917f58d41ddc29dfb1ec06c20 authored over 7 years ago
Missing es keys, minor fixes

github.com/activeadmin/activeadmin - 2420cf6e995727ddd87dde3f4b5517cd89536099 authored over 7 years ago