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

Added Esperanto translation

github.com/activeadmin/activeadmin - 99a86f88e806a836374ffae14ebd059cf4fbd4ef authored over 7 years ago
Prevent N+1 queries in comments show view

github.com/activeadmin/activeadmin - c9ec0c0e17f083994258b763fa1f4880c10c5e55 authored over 7 years ago
Extract sidebar component.

github.com/activeadmin/activeadmin - bd34a9ef51003e204074a902f7fe14a53eabd585 authored over 7 years ago
Simplify datepicker

No need for the ready handler or the turbolinks events if its already
event delegated on the doc...

github.com/activeadmin/activeadmin - 25e62595724c4e07916931952be2c5a49043aa0a authored over 7 years ago
Be explicit when requiring files

Its best to be explicit here and avoid using require_tree since order
can matter as we have to u...

github.com/activeadmin/activeadmin - 2792b417dfff26a6016f962c4855c7fcba2a12ee authored over 7 years ago
Add ActiveAdmin class with helpers

Going with something simple like this so we can pass this around safely
since we don’t have a su...

github.com/activeadmin/activeadmin - 85fdf92388e2faf5d3080e5047a43f6b6ce01c3b authored over 7 years ago
Simplify perPage implementation

We’ve removed the jQuery UI widget bridge and provided our own lighter
jQuery plugin interface. ...

github.com/activeadmin/activeadmin - e32f5725d4cf682abbb4f8931289806d5cb4e76b authored over 7 years ago
Simplify filters and use delegated events

github.com/activeadmin/activeadmin - f7b6b21807d6dfd04cd8fd7aa293cd3d1953b8fe authored over 7 years ago
Add Custom Column Class documentation

github.com/activeadmin/activeadmin - 5c3969d5d57c49552c49992e7b1efe46eb0b1c88 authored over 7 years ago
added and modified some text with vietnamese

github.com/activeadmin/activeadmin - 4ae97a7e4090b50fe00b1036551fa41edeb61dc0 authored over 7 years ago
Merge pull request #5084 from varyonic/call_method_or_proc_on

Remove MethodOrProcHelper from FormBuilder

github.com/activeadmin/activeadmin - f28a4e0fb315c5a6a3fb78f423b19562246160a0 authored over 7 years ago
Merge pull request #5189 from joshmfrankel/5052-fix-improper-linking-in-changelog

Fix improper Changelog link to PR

github.com/activeadmin/activeadmin - 873d3108b59a76261179e791ab38590c95b5e438 authored over 7 years ago
Fix improper changelog link

github.com/activeadmin/activeadmin - f979e2fd9103b181d22a0c874be613821cbc81b0 authored over 7 years ago
Remove MethodOrProcHelper from FormBuilder.

github.com/activeadmin/activeadmin - 924f81cadd1722d225b8e8709660c1bca29db83b authored over 7 years ago
Merge pull request #5191 from activeadmin/fix-cucumber-3-features

Cucumber 3.0 no longer supports nested capture groups.

github.com/activeadmin/activeadmin - 8c4c1782e03dd3952c37441f0f8d99f88184aca4 authored over 7 years ago
Remove unused code path introduced in #3623.

github.com/activeadmin/activeadmin - ee26824f9b38379d561ba47698c60840810a48c8 authored over 7 years ago
Cucumber 3.0 no longer supports nested capture groups.

github.com/activeadmin/activeadmin - 7477bf618df419a26be058e2505f1a11b5f08185 authored over 7 years ago
Merge pull request #5186 from joshmfrankel/5052-add-jquery-ui-changelog-documentation

Add jquery-ui dependency removal to changelog

github.com/activeadmin/activeadmin - 5ae2e3db5bf69e94ea8c205b83f04799154ceee3 authored over 7 years ago
Add context text for jQuery UI alternatives

github.com/activeadmin/activeadmin - 6d0e63b0576686d594fbd06dc3b1333cf0926066 authored over 7 years ago
Modify language to better reflect actual changes.

* The gem dependency removal isn't a breaking change but rather an issue only if you directly in...

github.com/activeadmin/activeadmin - 1045a3d9a0975b1c0051d4c7222f68f4a20476bc authored over 7 years ago
Add jquery-ui removal to breaking changes section in changelog

See: https://github.com/activeadmin/activeadmin/issues/5012

github.com/activeadmin/activeadmin - 3d8fcd04822e7ecb07bced3cdeb31b7b2fe915b6 authored over 7 years ago
Merge pull request #5177 from varyonic/refactor-router

Refactor Router

github.com/activeadmin/activeadmin - 084ebef0bd2fb41650648314ee0a69649082201b authored over 7 years ago
Merge pull request #5165 from chumakoff/clean_action_methods

Make ResourceController contain actual action methods only

github.com/activeadmin/activeadmin - 1b7574f405cd30c71762c786f83b0ebf76f2c112 authored over 7 years ago
Merge pull request #5180 from blocknotes/master

Added MOVE button translation key; improved italian translations

github.com/activeadmin/activeadmin - cbc155c78a54079b9e1655bce1114f3f99dad97a authored over 7 years ago
Add MOVE button translation key; improve italian translations

github.com/activeadmin/activeadmin - 399d1e6a1176a6e14240f3ccd0b987bbfb01ebb2 authored over 7 years ago
Merge pull request #5181 from activeadmin/rails-5.1.4

Rails 5.1.4 and 5.0.6 released

github.com/activeadmin/activeadmin - bff779a4c879a9b727c861df91cd04e34ddda60f authored over 7 years ago
Rails 5.1.4 and 5.0.6 released

http://weblog.rubyonrails.org/2017/9/7/Rails-5-1-4-and-5-0-6-released/

github.com/activeadmin/activeadmin - 51fc4db952aa72d7b22e79ec76a19ca0c80d2291 authored over 7 years ago
Make ResourceController contain actual action methods only

github.com/activeadmin/activeadmin - 6977fcd1e2879092d90a68d3e4280fc0afa1f7e5 authored over 7 years ago
Remove unreachable exception.

github.com/activeadmin/activeadmin - a2511ca8a4f11e92aaea45ed906a1c358aa7e4cf authored over 7 years ago
Merge pull request #5178 from yhirano55/update_travis_yml

CI against Ruby 2.2.8/2.3.5/2.4.2

github.com/activeadmin/activeadmin - 8f8e2662d5b922af6fac306e08f84d20a0decedb authored over 7 years ago
CI against Ruby 2.2.8/2.3.5/2.4.2

github.com/activeadmin/activeadmin - eb57acebfb9364ef443906d85d9376cd9c1644ac authored over 7 years ago
No need to pass router parameter around now that it is an attribute.

github.com/activeadmin/activeadmin - c24043a19123fb6d2dd158ab67948dc2a9388662 authored over 7 years ago
Change constructor signature for ActiveAdmin::Router (internal use only).

github.com/activeadmin/activeadmin - f7166524f7339052e579ac3f3e93b20d395e5466 authored over 7 years ago
Replace proc with method call.

github.com/activeadmin/activeadmin - c71892f46671aa796781cc1a95abf4835fa5a661 authored over 7 years ago
Replace proc with method call.

github.com/activeadmin/activeadmin - 971dc08d44bd1053857a2171394b0a254c64d32a authored over 7 years ago
Extract #define_namespace.

github.com/activeadmin/activeadmin - 0707765f702b5d21c4b0fc8eeb4b41584eab87a1 authored over 7 years ago
Extract #define_belongs_to_routes.

github.com/activeadmin/activeadmin - 7d3fc74e7989ca118baa758d5d362dc41d805e8f authored over 7 years ago
Simplify #define_routes.

github.com/activeadmin/activeadmin - 16de3c758c3c471afbab9c0e23b9e385bb6f1b30 authored over 7 years ago
Extract method #define_routes

github.com/activeadmin/activeadmin - 8c8f71c96ca3fbfd3d85d9333f483c026ce7b8fe authored over 7 years ago
Extract #define_resource_routes from #define_resources_routes.

github.com/activeadmin/activeadmin - d561f4f55f30e8085b9917052a9213c721539d63 authored over 7 years ago
Extract method #define_actions

github.com/activeadmin/activeadmin - fd17e178e6a70df630ceaaaa0c6b546c95858f4c authored over 7 years ago
Prefer proc.call over self.instance_exec.

github.com/activeadmin/activeadmin - ea7963f559263ec7afdee24161aebe6346b78eb6 authored over 7 years ago
Wrap method in a proc instead of the other way around.

github.com/activeadmin/activeadmin - 329b9589791e5865844ab7044bd4d8e0ebd40c5f authored over 7 years ago
Prefer methods over inline procs.

github.com/activeadmin/activeadmin - f7c3a0fa7c12f5af6f7237e24deb2fc708dec204 authored over 7 years ago
Just say no to instance_exec.

github.com/activeadmin/activeadmin - 3beddc5c2edcf89818058f2aa258bdb713f5278d authored over 7 years ago
Merge pull request #5176 from varyonic/varyonic/rm-controller-method-or-proc-helper

Do not include MethodOrProcHelper in ResourceController

github.com/activeadmin/activeadmin - d95a8410fd6a0fca6a602989aed748bfb68b89ea authored over 7 years ago
Replace the one and only call to call_method_or_exec_proc

github.com/activeadmin/activeadmin - e181f3a241c095e74e30b02ed63e7a561ec45261 authored over 7 years ago
Use StringSymbolOrProcSetting for Resource#scope_to_method

github.com/activeadmin/activeadmin - b91b3587401fe513256c14c73504ecbdaec993b0 authored over 7 years ago
Use StringSymbolOrProcSetting for current_batch_action.inputs

github.com/activeadmin/activeadmin - ac13860b24c13d7d278a9e29c2923c7dd1ab9be6 authored over 7 years ago
Merge pull request #5174 from activeadmin/fix/restore_lint_tools_locally

Restore lint tools locally

github.com/activeadmin/activeadmin - 87536618ed1025e74b3d5db63dda7f50e99c3f15 authored over 7 years ago
Restore lint tools locally

github.com/activeadmin/activeadmin - 6804a316b3c71bffed7d6dea9b9da8b3da48f55c authored over 7 years ago
Merge pull request #5152 from activeadmin/chore/setup_codeclimate

Setup codeclimate

github.com/activeadmin/activeadmin - dbf399cddfdb4ad14a9d206d3eb7fc63efe53b40 authored over 7 years ago
Merge pull request #5171 from betasve/fix-namespace-settings-comments

Fix a typo and extra dots for comments in NamespaceSettings

github.com/activeadmin/activeadmin - acff8334b3c3bd7a5e3ce9ab1f2616989d8de1ae authored over 7 years ago
Fix a typo and extra dots for comments in NamespaceSettings

github.com/activeadmin/activeadmin - 57b947c7e43639820b3ec4acf6fbd70ddf370ed1 authored over 7 years ago
Merge pull request #5167 from aarek/5148-prevent-adding-action-when-method-exists

add warning when redefining controller method

github.com/activeadmin/activeadmin - 6038ea6f8fd048926d59ba2c8c29ca2c40d1d41a authored over 7 years ago
add warning when redefining controller method

github.com/activeadmin/activeadmin - c9e7f9ac9aee5b4ad4a58ba5216488cb5e7f4972 authored over 7 years ago
Move README links to bottom

github.com/activeadmin/activeadmin - f4d8019ed800231b99c57c51c7c99b321402b57e authored over 7 years ago
Remove trailing whitespace

github.com/activeadmin/activeadmin - 8c19dd8bd50b4031290dad30d9bd489c1b034347 authored over 7 years ago
Fix bad link in change log

github.com/activeadmin/activeadmin - f21643cdc4bdd1851db7e9127ac2cea03ca51fb0 authored over 7 years ago
Use codeclimate's rubocop

github.com/activeadmin/activeadmin - 43ce3d0aa99999725a342b9a2353fa2c9ad47b2d authored over 7 years ago
mdl can be replaced with local codeclimate CLI

github.com/activeadmin/activeadmin - a9b16c3a8f1501e28329b1a8f9eb80bf26b623fb authored over 7 years ago
Move links to the bottom in contributing guide

For outside github readability.

github.com/activeadmin/activeadmin - 0ce36bd9d5f0a3f7a5b5c3dad079f0159bafe036 authored over 7 years ago
Basic codeclimate config

github.com/activeadmin/activeadmin - 28fd831e57d03e3a87aa322d874a1d737a1a8a35 authored over 7 years ago
Enable markdownlint for all md files

github.com/activeadmin/activeadmin - ecee068b5282c66987822b46c5ba4a959d4a78db authored over 7 years ago
Merge pull request #5162 from varyonic/feature/indentation-fix

Comment indentation error in index_as_grid.rb

github.com/activeadmin/activeadmin - defc9ca8e95a581cb118277890301987f3a099ca authored over 7 years ago
Enable `Layout/AccessModifierIndentation` cop

github.com/activeadmin/activeadmin - d8f6e18fab3185be8770b2cffe674b5b7fd56041 authored over 7 years ago
Enable `Layout/CommentIndentation` cop

github.com/activeadmin/activeadmin - 621a2698bce11733010f65c9b05505a0412e574b authored over 7 years ago
Indentation error.

github.com/activeadmin/activeadmin - 398000d932052df7dca54c80a7d5d2beb014a0cb authored over 7 years ago
Merge pull request #5160 from aarek/5148-prevent-adding-action-when-method-exists

raise error when trying to redefine controller method

github.com/activeadmin/activeadmin - 3b338ae9a4ab63cf4ed79e13899933baa9763d6d authored over 7 years ago
Merge pull request #5159 from activeadmin/method_or_proc_helper_private

Suppress MethodOrProcHelper from public documentation

github.com/activeadmin/activeadmin - 7dfe1009839850ba96b13a00c1570d0bc12b5aff authored over 7 years ago
raise error when trying to redefine controller method

github.com/activeadmin/activeadmin - e0dd00b10dd5737177fb43ea2f6e8688b4f8137f authored over 7 years ago
Suppress MethodOrProcHelper from public documentation.

github.com/activeadmin/activeadmin - ed76a8e2272d0567f6a4189cbab2d3f91171ec73 authored over 7 years ago
Merge pull request #5150 from activeadmin/feature/string_symbol_or_proc_setting

StringSymbolOrProcSetting < DynamicSetting

github.com/activeadmin/activeadmin - 92ed4174bf9ced41193b2572711729d6daffeffa authored over 7 years ago
Merge pull request #5157 from innparusu95/add_misssing_translation_in_ja

Add a missing jp translations

github.com/activeadmin/activeadmin - 175538ae9fea16f8b690b9805b704a4d54a1911c authored over 7 years ago
Add a missing jp translations

github.com/activeadmin/activeadmin - 5462add80813611898789921acda8c89f140468f authored over 7 years ago
Use StringSymbolOrProcSetting for site_title_image.

github.com/activeadmin/activeadmin - b95c2b1f18e7f9b58f159b21d9b413fba6efa4fc authored over 7 years ago
Use StringSymbolOrProcSetting for site_title.

github.com/activeadmin/activeadmin - 2d425976a2a3fcf4a386b66b47be644af8951cad authored over 7 years ago
Use StringSymbolOrProcSetting for footer.

github.com/activeadmin/activeadmin - 515a54853b633f54f94e60424527a11090301035 authored over 7 years ago
Add a StringSymbolOrProcSetting inspired by MethodProcHelper.render_or_call_method_or_proc_on

github.com/activeadmin/activeadmin - 020d477a00613e5f8b2cb06514a2a7a148c73f4a authored over 7 years ago
Wrap namespace settings in a DynamicSetting class that can be subtyped to encapsulate behavior.

github.com/activeadmin/activeadmin - afd466b8140f682a1528243f7c3be81980ce3bf9 authored over 7 years ago
Merge pull request #5146 from varyonic/feature/abstract-view-factory

Derive AbstractViewFactory from SettingsNode.

github.com/activeadmin/activeadmin - 0df2df0bf65a6e22dcf46d01dbaa12d6e995fb89 authored over 7 years ago
Derive AbstractViewFactory from SettingsNode.

github.com/activeadmin/activeadmin - dbe65a74af284fb75150eddd5312940d93f6add5 authored over 7 years ago
Merge pull request #5143 from 5t111111/add-a-missing-translation-in-ja

Add a missing Japanese translation "create_another"

github.com/activeadmin/activeadmin - 8ae0ae402b21ce784b3b3ee62cfb378e1442a374 authored over 7 years ago
Merge pull request #5142 from varyonic/feature/application-settings

Split out ApplicationSettings and NamespaceSettings classes.

github.com/activeadmin/activeadmin - 26b7c841073cdddbdc8307ae821711654d4ac2c4 authored over 7 years ago
Add a missing Japanese translation "create_another"

github.com/activeadmin/activeadmin - c19c98876b12c870622c654f8a6d579775ac8687 authored over 7 years ago
Split out ApplicationSettings and NamespaceSettings classes.

github.com/activeadmin/activeadmin - 9b2f861527c5c991319fcdd0c8d4caf8c3e2df68 authored over 7 years ago
Merge pull request #5138 from activeadmin/enhance/no_trailing_comma_in_arguments

Enable `Style/TrailingCommaInArguments` cop

github.com/activeadmin/activeadmin - a48a78eaac98b99d02c395371a25ba6162e103cc authored over 7 years ago
Merge pull request #5140 from activeadmin/fix/remove_debugging_traces

Remove debugging traces from tests

github.com/activeadmin/activeadmin - f0ea2553db8e4f71999173c6e04e710667f2d535 authored over 7 years ago
Merge pull request #5139 from activeadmin/chore/update_railses

Update tested railses

github.com/activeadmin/activeadmin - 2415bae4c76c78508850086044478fa85445f2d3 authored over 7 years ago
Merge pull request #5137 from activeadmin/fix/follow_up_to_file_naming_change

Follow up to new naming convention

github.com/activeadmin/activeadmin - 0e9475df0d84a63100e1eb502d87baab80e3efb1 authored over 7 years ago
Enable no trailing comma in arguments cop

github.com/activeadmin/activeadmin - a4fd93c2d5ea54af5a46858794a78b33b3d505dd authored over 7 years ago
Merge pull request #5136 from activeadmin/fix/generator_crash

Fix undefined variable error in app generation

github.com/activeadmin/activeadmin - 0de80926165a29e72f31783384c83885d5ff8c73 authored over 7 years ago
Merge pull request #5132 from varyonic/feature/cleanup-settings

Cleanup Settings changes

github.com/activeadmin/activeadmin - 7a471abf9b0f5bca60fec60c88734c0564a0ca85 authored over 7 years ago
Test against latest Rails versions

github.com/activeadmin/activeadmin - d05e32f63c018125819df321e5c0f62edc1d2fd3 authored over 7 years ago
Remove debugging traces from tests

github.com/activeadmin/activeadmin - 6d40b6a887fc6d0198b3754b83a2b10be3ba2cf0 authored over 7 years ago
Fix undefined variable error in app generation

github.com/activeadmin/activeadmin - 5fbfb440a957e188bb0b57512a272fad9ef368f8 authored over 7 years ago
Follow up to new naming convention

github.com/activeadmin/activeadmin - 8c14ba7f08fe0997b7de11acc80f79cd7a740c59 authored over 7 years ago
Merge pull request #5135 from activeadmin/test_all_branches_on_master_too

Test all branches by default

github.com/activeadmin/activeadmin - 06d0369ae9db363bc2802e5b859da962606575d4 authored over 7 years ago
Rewrite SettingsNode using anonymous classes.

github.com/activeadmin/activeadmin - c4ed871e53de02c96edc87d2522157cda0b2cbc3 authored over 7 years ago