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
Restore br tags in devise shared links
github.com/activeadmin/activeadmin - 846168a30c5eb17d44619c6b24a5857b2fb33f66 authored over 7 years agogithub.com/activeadmin/activeadmin - 05ae23f0b0fd65b90f8ebe22047765eabe34295d authored over 7 years ago
github.com/activeadmin/activeadmin - 3fe0a55af4e9743bf1168dd43eef471870051ae4 authored over 7 years ago
make tabs components work with non ascii titles
github.com/activeadmin/activeadmin - 2ac05eee9ba67850fc055ec1bddb120ed3a73033 authored over 7 years ago
This isn’t ideal but this is used in various layouts that would need
updating. Best way to fix t...
Enhance codecov config a bit
github.com/activeadmin/activeadmin - fefb2adbfb8f415cc076ad6bd7e8c08ffedfd6c2 authored over 7 years agoNot using it.
github.com/activeadmin/activeadmin - 120ceb3809a85ae6679faca66cc8d51b60b4c6e4 authored over 7 years ago
Two digits precision is too strict I think. Let's use one and round it
generously, so that the e...
github.com/activeadmin/activeadmin - 73423bd8cc2b9785f77ebde410357d8ca5d590b1 authored over 7 years ago
github.com/activeadmin/activeadmin - a9f1ac3f94d98ad18de4d2afc4c913ee1044a10e authored over 7 years ago
Update devise generator
github.com/activeadmin/activeadmin - fb5c424b382e552bd2912c64e6554dd5b8781fe9 authored over 7 years agogithub.com/activeadmin/activeadmin - 34e05d37d77a2c2506173101a589de023e05ec41 authored over 7 years ago
Remove unused bourbon gem
github.com/activeadmin/activeadmin - 50d9893ea60993ef72047f072e5a4bc0c4d24b45 authored over 7 years agoRemove unbind on element that has no event handlers
github.com/activeadmin/activeadmin - af252502491ad4a8346ae27d70b936a0c34d50f7 authored over 7 years agoallow to pass proc to filters input_html option
github.com/activeadmin/activeadmin - d4572c5b17218309380fcce6529517ec36fb84e5 authored over 7 years agoWe weren’t using bourbon mixins to begin with so no need for the dependency.
github.com/activeadmin/activeadmin - 3f3beb5435dce300364d9deec9247f1818fc0720 authored over 7 years agoDOM ready events not working for non-Turbolinks apps
github.com/activeadmin/activeadmin - 0e4d7e7e44abf246ad23bf3a48fbecf40f9e3a6f authored over 7 years ago
Example
```
filter :title, as: :select, input_html: proc{ {'data-ajax-url': users_api_url} }
```
Fix doc generation
github.com/activeadmin/activeadmin - ed98ce1577627a0c03cd08cff15520be345ee84d authored over 7 years ago
This is deprecated in jQuery v3 but no need to even call it since the
element itself does not ha...
github.com/activeadmin/activeadmin - ee4e66d0e6e5224cad1a8c0a1cd6aa4a9764d189 authored over 7 years ago
handle visibility of html elements in tests
github.com/activeadmin/activeadmin - 0c342275cd90455ddf6b2787e7a3c3e00bfdaa69 authored over 7 years agogithub.com/activeadmin/activeadmin - 8074c739033645ef02f03c64d88bd32b7ec66047 authored over 7 years ago
Prefer not to change this global option, and use the :visible option to track elements
github.com/activeadmin/activeadmin - eb61a6906c2165998762ec0b94eb94ce1ea78d6c authored over 7 years agofixed current_scope rendering in ActiveSidebar
github.com/activeadmin/activeadmin - 85d4690f824825fcd5f855146a56b7f98bcef37f authored over 7 years agoRender meta tags before javascripts so they are available when JS loads.
github.com/activeadmin/activeadmin - 59ff6b5d10d72090234c16fb67881ba106f5a720 authored over 7 years ago[closes #5043]
github.com/activeadmin/activeadmin - c51a3167e1b84e9afb97b5a7f563fa11dd4a3e0d authored over 7 years agogithub.com/activeadmin/activeadmin - aa5f9f3c7b1b3bf430b1154327f06f4fcee809ea authored over 7 years ago
github.com/activeadmin/activeadmin - e6de8286bf273b2717cf318b6d861c404d4d82c2 authored over 7 years ago
We don't want to generate all yard documentation, just the .yardoc
database.
github.com/activeadmin/activeadmin - e3be2ca3d418b1e260c64404f5760860b836537b authored over 7 years ago
Just to normalize with the other analogous files which don't have it.
github.com/activeadmin/activeadmin - 55f1f712147cc0796ac1d8e6f926332c139f39b5 authored over 7 years agogithub.com/activeadmin/activeadmin - 3b6d33e068db1bbdeef382d1966ccf8592e02de0 authored over 7 years ago
So they can run in CI.
github.com/activeadmin/activeadmin - 9c0a02fc59eaac7b887a031058f0df5428a145ea authored over 7 years ago
We are already configuring yard as a prerequisite for doc generation. So
we don't need this.
Since they are part of the same thing.
github.com/activeadmin/activeadmin - 1caeb9d91d4f19c741e6e581cce39e41b8dd3638 authored over 7 years agoSince we are passing files explicitly.
github.com/activeadmin/activeadmin - de2b182986bdce963aafe50db8801acf68ed75ee authored over 7 years agogithub.com/activeadmin/activeadmin - 76e1f35b7b15ab773a4bb4f50d0ee7c8afd1be9d authored over 7 years ago
Since some of the docs are generated from ruby documentation, and we are
not enforcing a minimum...
github.com/activeadmin/activeadmin - c11ccdfcc725a6af8f3ff1ca87b79031a74655fc authored over 7 years ago
I'll be enforcing this automatically.
github.com/activeadmin/activeadmin - 4535da8b58cf7a8f73b9f5933059374f0f7dd2e2 authored over 7 years agogithub.com/activeadmin/activeadmin - b10409e6e0ae05344b99d5429ec74fd07a69ee94 authored over 7 years ago
Improve markdown linting
github.com/activeadmin/activeadmin - d9ef5bfbe32a8de9c101f364f906856f69c78df4 authored over 7 years agoRequire only minimum of sass as dependency
github.com/activeadmin/activeadmin - 93a59d019cb6b9321eb4d558520d40005edbb0f9 authored over 7 years agoWorkaround slow JRuby build
github.com/activeadmin/activeadmin - 2cdb30839f44c0082d1d0f7c17e9bbd5203f5742 authored over 7 years agoNot sure why these issues went undetected before.
github.com/activeadmin/activeadmin - bdc8eb875eebecb6a8bf15ca94b12faef6bf69c9 authored over 7 years agoAnd fix one issue that had sneaked in.
github.com/activeadmin/activeadmin - 7a1f55c7c1460260a9a55a46fb66f163dec5b27a authored over 7 years agogithub.com/activeadmin/activeadmin - 4a95a528a2515471ddd345cdb62bf3d4df63b7b8 authored over 7 years ago
This worked previously since we were required sass-rails but Rails has
this by default so moving...
github.com/activeadmin/activeadmin - dab92857be9ce728558a76c235950c037c9b0158 authored over 7 years ago
We shouldn’t have to require sass-rails but like other gems (e.g.
foundation-rails) that use sas...
Nothing to worry here since this will work as is but despite not
containing any SASS, we need th...
Update bug report script to focus on ActiveAdmin
github.com/activeadmin/activeadmin - 6417f033d9e5a908a087cc8e06decc45424c00ee authored over 7 years agotrigger separate js event for each batch action
github.com/activeadmin/activeadmin - c4ed7e6feaad3bd87c478b0cc1beee86a6465848 authored over 7 years agogithub.com/activeadmin/activeadmin - 9c2da9efc8eca7130971444abc926a59447f3ef2 authored over 7 years ago
Painful to use comments here. Best to remove it like in other repo
issue templates so it renders...
By default search is only for open issues but by setting an empty query
we can change that to be...
The report isn’t for Rails 5 master but for ActiveAdmin. Seeing this
for the first time I can se...
We should stay consistent with how Rails sets up their action
controller/view gem script templat...
github.com/activeadmin/activeadmin - e9934fe0c32bec541286d2aff5b448f4e2ca1a88 authored over 7 years ago
github.com/activeadmin/activeadmin - 8fff78ebc036ddf2899b5c6323948c90acfe1e1e authored over 7 years ago
For easier grepping, for example.
github.com/activeadmin/activeadmin - 726868defcf3531fe7a3102f4656f03ef5e55eca authored over 7 years agoRearrange gems since the focus here is on ActiveAdmin, not Rails.
github.com/activeadmin/activeadmin - 3bd31a0aa9005cded78f73a005a5d5fba95ea47f authored over 7 years agogithub.com/activeadmin/activeadmin - 49fdf19cee18a85fc16d2eede65d1a3f31470fe9 authored over 7 years ago
Remove remaining deleted task reference
github.com/activeadmin/activeadmin - 417ff4be6d44ef2ef4b35e24f25ac686478f9e3c authored over 7 years agogithub.com/activeadmin/activeadmin - c6e1c22a6fbec35185aaa7d645d9d686d3174a71 authored over 7 years ago
update outdated doc for string filter
github.com/activeadmin/activeadmin - acdbb4a958f67bbdc00f1c9179eb1b1dbd2add66 authored over 7 years ago[skip ci]
github.com/activeadmin/activeadmin - 00a9846e46caf44631270001ed355f71e7e2b890 authored over 7 years agoupdate pagination documentation
github.com/activeadmin/activeadmin - 1a7f8518221f7046814f79223335ebe9a5c97ca7 authored over 7 years agoMissing internationalized string
github.com/activeadmin/activeadmin - 7bdc71788ea53189703ab1998a22cdf59dc03aa9 authored over 7 years agogithub.com/activeadmin/activeadmin - 882a7a1d3a064d68ffc3d0a0f7921be60057e891 authored over 7 years ago
doc for PR #3748
github.com/activeadmin/activeadmin - 97e24628c66fd4c9cc57d630a90833c437f3d72a authored over 7 years ago[Rubocop] Fix config and new cops
github.com/activeadmin/activeadmin - 575bc8eeefa9c50a85899058f5d5e42ff461f747 authored over 7 years agosetup minimal ruby version for rubocop
github.com/activeadmin/activeadmin - 3e0280f9feb2beed55a094c631e28793af029fa6 authored over 7 years agogithub.com/activeadmin/activeadmin - 975c8ee053b460d936c0e5888b67f79683419717 authored over 7 years ago
skip polymorphic associations when detecting class in active filters
github.com/activeadmin/activeadmin - d456006cf2cffa6886452c653e216d7fb23d1ae7 authored over 7 years ago[refs #5027]
github.com/activeadmin/activeadmin - a7e115f1a0021c5a556bb3a1c42ea809819adcd4 authored over 7 years agoFix the interaction between batch actions
github.com/activeadmin/activeadmin - 596e36d2675385a2b2792546804c7c1bbe1b0209 authored over 7 years agogithub.com/activeadmin/activeadmin - 7942971d1b0628c9bc2890f899eaabb544f9a5b5 authored over 7 years ago
github.com/activeadmin/activeadmin - c93297cec111bfbff9fb2fafddb94c67f2eba940 authored over 7 years ago
github.com/activeadmin/activeadmin - dedc739e7274767abe4cebfa91720f0d844a88fa authored over 7 years ago
github.com/activeadmin/activeadmin - affb128cbcc88e9ad80bbeb0a6f9497b605df0e5 authored over 7 years ago
Lint docs
github.com/activeadmin/activeadmin - 8541a5deeedf48d470ab8c5e93eafdb95d8def1b authored over 7 years agoFix some test tasks under some conditions
github.com/activeadmin/activeadmin - e82724575cea467a528c7e8030fa61c078cbedbc authored over 7 years agoFix Hebrew translations
github.com/activeadmin/activeadmin - 8515b0a3f6b0ba551a9170bf84a673b14383939a authored over 7 years agoRemove jslint
github.com/activeadmin/activeadmin - 04acad339c5e0b002f7eea85650870d4443fcbfb authored over 7 years agogithub.com/activeadmin/activeadmin - 16aadc08c58e0c93822dbd3784c2b3006217c02a authored over 7 years ago
github.com/activeadmin/activeadmin - c83719a492acdbd9373dcdca5215566233c6a420 authored over 7 years ago
Just tell contributors to set their BUNDLE_GEMFILE environment variable
to their target Rails ve...
It's unmantained, it was skipped unless java was installed and it was
not analyzing any files!
github.com/activeadmin/activeadmin - fa15c79d7da58cf9bd02eaf2f844756df5e936f7 authored over 7 years ago
github.com/activeadmin/activeadmin - cab33a517e6338237989f8aa69e8984e9dc18767 authored over 7 years ago
github.com/activeadmin/activeadmin - 0b228c36a59740344a8c7659944b826a9b17ac86 authored over 7 years ago
github.com/activeadmin/activeadmin - 6dc6ea3ae78ad90638bcbe6b23b3ac8f3acafe3a authored over 7 years ago
Since it runs linters as well.
github.com/activeadmin/activeadmin - 9b056341a85304b7c5f71ed15bd8e627f3c8e229 authored over 7 years agoUnlock bundler version in CI
github.com/activeadmin/activeadmin - e62ee4f792ed12eafee176cf9693b8e37706e4b3 authored over 7 years agoMissing es keys, minor fixes
github.com/activeadmin/activeadmin - 12c483a5aaaacf7d9a815af6d71a43ff54d483eb authored over 7 years ago
Just install the latest version, since it now appears more stable, and
our dependencies are a lo...
See if it improves performance.
github.com/activeadmin/activeadmin - e7fb3a017c33b46917f58d41ddc29dfb1ec06c20 authored over 7 years agogithub.com/activeadmin/activeadmin - 2420cf6e995727ddd87dde3f4b5517cd89536099 authored over 7 years ago