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

Remove unnecessary parameter

github.com/activeadmin/activeadmin - d691fedd8c873b4c3a36bff8def74215e84b311a authored about 7 years ago
Merge pull request #5271 from activeadmin/fix/run_unintentionally_skipped_test

Stop unintentionally skipping a test

github.com/activeadmin/activeadmin - c3c5ad8abae56c10f24bed31172897d3370c140f authored about 7 years ago
Merge pull request #5270 from activeadmin/fix/cucumber_warnings

Fix some cucumber warnings

github.com/activeadmin/activeadmin - b92578b49f747e39487fec9c5a3e3bd20760beb6 authored about 7 years ago
Stop unintentionally skipping a test

github.com/activeadmin/activeadmin - 2dcf111d0b58681e6cc164dc155bbb33f530925e authored about 7 years ago
Fix some cucumber warnings

"~" for tag negation is deprecated, apparently.

github.com/activeadmin/activeadmin - 0eebf8822f716d35e3282c62cc908bb457282908 authored about 7 years ago
Merge pull request #5268 from activeadmin/chore/bump_rubocop

Bump rubocop to 0.51.0 and fix offenses & config

github.com/activeadmin/activeadmin - da49337c38dfb2b75c4d9ac780c722ca6919dd3b authored about 7 years ago
Merge pull request #5266 from jasl/patch-1

add missing i18n for zh-CN

github.com/activeadmin/activeadmin - 1e425bb37c70ac9547323a2db6d2744aa3bbff95 authored about 7 years ago
Merge pull request #5267 from activeadmin/tweak-headless-chrome-travis

Getting “unknown error: Chrome failed to start: crashed” in Travis CI.

github.com/activeadmin/activeadmin - 26b1eff938044a40751e74ebc7cc49d137ee75da authored about 7 years ago
Merge pull request #5263 from zorab47/add-i18n-table-for-docs

Update table_for docs to show how to apply internationalization

github.com/activeadmin/activeadmin - d4f35b7e43d3496cef14ec9bcd960aa0d2bfbf96 authored about 7 years ago
Bump rubocop to 0.51.0 and fix offenses & config

github.com/activeadmin/activeadmin - f64b616cceda1d3d6a44d23d88b98b73096b488e authored about 7 years ago
Update docs for table_for and its required usage of i18n

github.com/activeadmin/activeadmin - f19a7d1eb86ff0f1d9458257a10d723bbeded964 authored about 7 years ago
Update table_for docs to show method of customization

- Note when customization is necessary and when it isn't

github.com/activeadmin/activeadmin - 2ed346a33722fe7759c9e26b037141152f66c84a authored about 7 years ago
Merge pull request #5233 from varyonic/view-factory-builder-methods

View factory builder methods

github.com/activeadmin/activeadmin - 45e3b67bf05c3f5f8790ae8e5f73222bcfc114b1 authored about 7 years ago
Merge pull request #5245 from activeadmin/fix/codeclimate_badge

Codeclimate badge

github.com/activeadmin/activeadmin - 7848a53ffae28b01ee10342db779277a9e972d06 authored about 7 years ago
Getting “unknown error: Chrome failed to start: crashed” in Travis CI.

Try https://github.com/travis-ci/travis-ci/issues/7150#issuecomment-340297038

github.com/activeadmin/activeadmin - 5dcf16612ac2e6724c8a87a927547c202152660a authored about 7 years ago
Merge pull request #5255 from runephilosof/patch-1

Fix reference to pull request

github.com/activeadmin/activeadmin - 46526fc21917978f1d8253bc84082aeeb215ea45 authored about 7 years ago
Fix reference to pull request

#5002 didn't remove Ruby 2.1. That was #5003

github.com/activeadmin/activeadmin - 193cb99ef807d43d86689e1779c65f9842e2da9a authored about 7 years ago
Merge pull request #5247 from activeadmin/fix/gratipay_shutdown

Gratipay has been shutdown

github.com/activeadmin/activeadmin - a8534b695340d27c8d67dc4119598c3968388a02 authored about 7 years ago
Merge pull request #5251 from f1sherman/4118-mitigate-csv-activerecord-memory-bloat

Mitigate memory bloat with CSV exports

github.com/activeadmin/activeadmin - 0d0591d10138414e40daf564eaf0df2c7723b3a2 authored about 7 years ago
Mitigate memory bloat with CSV exports

As reported in #4118 large CSV exports can cause memory bloat via
ActiveRecord::QueryCache. This...

github.com/activeadmin/activeadmin - d00792fbf26fe4f49b0c14147c8fd0c5451b8a14 authored about 7 years ago
Use builder methods in pages/base.

github.com/activeadmin/activeadmin - 577394014183d221fc8de911dbd3f9444ffbdeb4 authored about 7 years ago
Define builder method when a class is registered with the view factory.

github.com/activeadmin/activeadmin - 4ce51e292eed68a68c4ff65b69497a40ac2b3367 authored about 7 years ago
Simplify pages/base.

github.com/activeadmin/activeadmin - e68b6d34ddd82eda5ad9beb56698bbb3faca4dce authored about 7 years ago
Simplify header view.

github.com/activeadmin/activeadmin - ca8c97f1dca9d8d913bd262499d8e958276242c8 authored about 7 years ago
Use builder methods in header view.

github.com/activeadmin/activeadmin - ecdef8b9e9eb0f77fad8f4f617860472ed83fded authored about 7 years ago
Replace #add_classes_to_body with #body_classes

github.com/activeadmin/activeadmin - dbac8811ee2b0ce3da80e76f2dbc121ab80d34a7 authored about 7 years ago
Pages::Base#title conflicts with Arbre::HTML::Title builder.

github.com/activeadmin/activeadmin - 2e9e39603adf78198490a3306dc4fe02bb756a10 authored about 7 years ago
Change #title and #main_content to public and add missing test coverage.

Remove long dead #set_page_title method.

github.com/activeadmin/activeadmin - 1310413eddfa93fd4de8ec16712bdd2fb48d4912 authored about 7 years ago
Merge pull request #5248 from activeadmin/chore/jruby

Use activerecord-jdbc-adapter releases

github.com/activeadmin/activeadmin - 9af04e7516fc8b34bb126990a1b1a05b57f3b0c7 authored about 7 years ago
Don't allow jruby failures

github.com/activeadmin/activeadmin - bec4e4a4cf6eb3d3491fe94e30ee563e78ac7137 authored about 7 years ago
Through JRuby opts

github.com/activeadmin/activeadmin - 81103b01885179d1026a5db84b6446c7a833985a authored about 7 years ago
Minor code reformat

github.com/activeadmin/activeadmin - 7427dd5565d66410aa19c842f5c308dedc353d37 authored about 7 years ago
Bump Rails 4.2 to 4.2.10

github.com/activeadmin/activeadmin - ec28b4986ee84b06594dae11c15c38292e0c2928 authored about 7 years ago
Remove now unnecessary hack

github.com/activeadmin/activeadmin - 08c37a3ece2324c0e181888040420b61a0939c3b authored about 7 years ago
Bump jruby in travis

github.com/activeadmin/activeadmin - 86cda1800cf1a549e3603e7b922fa5ca95252f2a authored about 7 years ago
Unset _JAVA_OPTIONS maybe

github.com/activeadmin/activeadmin - b0d98ec5f6fc0d51f4977adf9c0caf21daa5421f authored about 7 years ago
Jruby adapters have been released

github.com/activeadmin/activeadmin - e435e382e29676860f6ce2deccfeea3e585e4a4a authored about 7 years ago
Try to fix codeclimate badge

Use the one documented here:

https://codeclimate.com/github/activeadmin/activeadmin/badges

github.com/activeadmin/activeadmin - 1ff9341e6c1073849d0cc0a0bff9635076109ff5 authored about 7 years ago
Try to use new codeclimate engines

github.com/activeadmin/activeadmin - 1fc1200969288cfe87822a601e7a6131d72944b7 authored about 7 years ago
Prompt to install a released version

github.com/activeadmin/activeadmin - 575714e8ae111d940f9755b277a8fb92be69fd91 authored about 7 years ago
Merge pull request #5246 from activeadmin/run_a_headless_chrome

Run a headless chrome

github.com/activeadmin/activeadmin - 48d0156e41de366ddde8559e016405dd5cfcccb7 authored about 7 years ago
Gratipay has been shutdown

They offered a "one-click migration" to Liberapay so I took it :)

github.com/activeadmin/activeadmin - 66b275741c9466e4aa77cf55757cc0429f85f007 authored about 7 years ago
Remove unwanted gitignores

github.com/activeadmin/activeadmin - e9f9a41c1b6bdcfc44e437ee28530b11789dd2ee authored about 7 years ago
Run tests against a real browser

Replace poltergeist with selenium & phantomjs with headless chrome.

github.com/activeadmin/activeadmin - 85b6f37a9fcb58884708479f028278528dc9b8e6 authored about 7 years ago
Merge pull request #5238 from wspurgin/fix-manually-adding-id-to-select-filters

Fix manually adding and `id` searchable method name in Select Inputs

github.com/activeadmin/activeadmin - b1901e8ba6c9a024018a1803c26375b9cb971add authored about 7 years ago
Merge pull request #5240 from DanielHeath/patch-1

Allow checkbox filtering on a namespaced association

github.com/activeadmin/activeadmin - 3ceb73fb2f97248a0d975c5a8d81634239addb07 authored about 7 years ago
Merge pull request #5190 from varyonic/5182-nested-has-many

Fix regression extracting HasManyBuilder

github.com/activeadmin/activeadmin - 6b7a77c82ce4f0a576e4397f7a86a7332c128256 authored about 7 years ago
Prevent NameError when filtering on a namespaced association

If you have two models in the same namespace, they can have associations without specifying the ...

github.com/activeadmin/activeadmin - 98c2beb4fd5eb005d877c47ee1c7e71e5180bb1b authored about 7 years ago
Fix regression extracting HasManyBuilder#wrap_div_or_li

github.com/activeadmin/activeadmin - 71cbf866437499c43a4fd64b79813e230c9ffafe authored about 7 years ago
Add another inner input.

github.com/activeadmin/activeadmin - c2f97e094b640aaac08285d711e9bd1c2a3a81d0 authored about 7 years ago
Test input is displayed between inner and outer has_many.

github.com/activeadmin/activeadmin - a369aeac74dfba51efdd2634e5f2686ec6d60453 authored about 7 years ago
Decompose build_form by extracting form_html

github.com/activeadmin/activeadmin - b6f8b0307c392454893ab78c4e941e7c6e739d86 authored about 7 years ago
Fix spec indentation.

github.com/activeadmin/activeadmin - a374c8e9fc76057e0675125fd6a87140ef0395a9 authored about 7 years ago
Merge pull request #5223 from wspurgin/fix-active-filter-labels-and-404ing

Fix Active Filter Labeling and Record Not Found

github.com/activeadmin/activeadmin - dc7aeb02d3405f83bf55e4d8f1916d059b227fe2 authored about 7 years ago
Use association primary key

Use association primary key when possible

Closes #5164

Use elsif to enhance readability

Cache...

github.com/activeadmin/activeadmin - 3b154b199abb60eef167c3b580527d85cd633ec4 authored about 7 years ago
Use given label on filter if available

Use label on the filter as the prefix (if given)

Also move other prefixes' logic into separate ...

github.com/activeadmin/activeadmin - 89d992a41749cae25d220af519b52a8f0ff00744 authored about 7 years ago
Avoid causing 404 errors with `find`

github.com/activeadmin/activeadmin - f18784d3b1815f19af88e62316aaac4738f0e404 authored about 7 years ago
Fix manually adding and `id` to association

Fixes #5236

github.com/activeadmin/activeadmin - 78028761adffd6fe25a91b8b4c61c8c07d9e1a1d authored about 7 years ago
Merge pull request #5237 from activeadmin/fix-build

activerecord-jdbc-adapter rails-5 branch merged to master.

github.com/activeadmin/activeadmin - 26b161f2563787d8da6cfa59f28efbc5a30597c8 authored about 7 years ago
activerecord-jdbc-adapter rails-5 branch merged to master.

github.com/activeadmin/activeadmin - e15c5e14b5937a2246f90f0f961066a17c079ec8 authored about 7 years ago
Merge pull request #5195 from masatooba/add-custom-column-class-documentation

Add Custom Column Class documentation

github.com/activeadmin/activeadmin - 42b73636a20d5af4d63d4e235c39e8e9a5a7bb52 authored about 7 years ago
Merge pull request #5163 from varyonic/feature/menu-item-component

Split out Views::MenuItem and Views::Menu

github.com/activeadmin/activeadmin - 64f990e1433650aac8aa96e0a814ff4d8ee575ee authored about 7 years ago
Reword description of Custom Column Class

github.com/activeadmin/activeadmin - 7d2812228547715adc4bde2033f65a104b226d07 authored about 7 years ago
Merge pull request #5194 from Nguyenanh/locales/vi

[Locales] Added and modified locales with vietnamese

github.com/activeadmin/activeadmin - 61cd57178f2eeaaa653925e87c5b9871ad1c2805 authored about 7 years ago
Move filtering of items to display from MenuNode to view components.

github.com/activeadmin/activeadmin - a13c2eb37b2af46d9fb88610178372c7ae5f5657 authored about 7 years ago
Rearrange MenuItem#display? to recurse directly.

github.com/activeadmin/activeadmin - 5858ee072a56a22513b91da0195068e2b13548ef authored about 7 years ago
Pull sorting of menu items out of MenuNode#items and perform explicitly in MenuItem component.

github.com/activeadmin/activeadmin - 1bc5c8e41b9241819f452e9f65d5f57b60f8de14 authored about 7 years ago
Move MenuItem to its own file.

github.com/activeadmin/activeadmin - ffddb13c3045f1c350de9e3ad3bda4021d558714 authored about 7 years ago
Split MenuItem Arbre component from TabbedNavigation.

github.com/activeadmin/activeadmin - 8e5c00d11ff67ffef7f761807acc6953c6c69ea7 authored about 7 years ago
Split Menu component out of MenuItem(!)

github.com/activeadmin/activeadmin - 5282c083633ab6c0b941251a7b940e303bf0b7b4 authored about 7 years ago
Tidy use of url in MenuItem component.

github.com/activeadmin/activeadmin - 1d4f6390b17219fbdf2657ee4f333471224b50cb authored about 7 years ago
Test Menu component, superclass of TabbedComponent.

github.com/activeadmin/activeadmin - e93489789ee4fe1ee10603a11414b13d31d8ec5e authored about 7 years ago
Rename from tabbed_navigation_spec to components/menu_spec

github.com/activeadmin/activeadmin - 243fbe740a3d40abbe186d7dc56daa6358a80875 authored about 7 years ago
Move Menu to its own file.

github.com/activeadmin/activeadmin - be8507dca6b2ec0a63fc4dd7b4f89035e86bffcb authored about 7 years ago
Menu component is a superclass of TabbedNavigation!

github.com/activeadmin/activeadmin - fe3ee7b2118827e6b311cb997c78b8790405c758 authored about 7 years ago
Remove long dead MenuItem#ancestors

github.com/activeadmin/activeadmin - 80594f4438aa6b51176e8a0c1f00a7e91aa1629a authored about 7 years ago
Remove dependency of MenuItem on MethodOrProcHelper view helper.

github.com/activeadmin/activeadmin - 082d418d6e702bb80d7e1c7fbb487e2039f94946 authored about 7 years ago
Fix menu_item_spec to run standalone.

github.com/activeadmin/activeadmin - 038a1ec97584da505dd38e960e60c4d90dd5fe9c authored about 7 years ago
Replace MenuItem#display? with View::MenuItem#visible?

github.com/activeadmin/activeadmin - 9d96c91ad384215aa42c2d875291c1e17be0e20c authored about 7 years ago
Merge pull request #5196 from varyonic/refactor-has-many

Refactor has many, extracting HasManyBuilder

github.com/activeadmin/activeadmin - 5f640f259a4ff008a5e0d576ac436c3b79dd664a authored about 7 years ago
Merge pull request #5187 from jawa/patch-1

Added swedish translations for filter predicates

github.com/activeadmin/activeadmin - 75f788d87e951d175c99cd9949a20b52d97cf4ad authored about 7 years ago
Merge pull request #5208 from dhyegofernando/fix-n+1-comment-view-queries

Prevent N+1 queries in comments show view

github.com/activeadmin/activeadmin - d694b0dca27907da8b043dce8a95ae7e2bd2f2ab authored about 7 years ago
Added swedish translations for filter predicates

github.com/activeadmin/activeadmin - 65635fb9cdc404beb2b8fa7a6c809ff2f408af91 authored about 7 years ago
No need to pass assoc attribute as parameter.

github.com/activeadmin/activeadmin - 53bc1aabe35fce36de5211fd0731fbcf781020dd authored about 7 years ago
Extract method render_has_many_form.

github.com/activeadmin/activeadmin - 6e52d809bfbfa4b1669b01345c5e3e59982ec789 authored about 7 years ago
Extract method content_has_many

github.com/activeadmin/activeadmin - 753e277c164e5c79dc5ac6ada0516961cf4c1f0c authored about 7 years ago
No need to pass template attribute as parameter.

github.com/activeadmin/activeadmin - 871898a01856d3a34d9a5100a97d69ef9dbc2ef0 authored about 7 years ago
Extract method partition_custom_settings.

github.com/activeadmin/activeadmin - 130ce126ce87f3fda437085637575665029cc1c4 authored about 7 years ago
Simplify use of builder_options[:heading]. assoc_heading does not need to be public.

github.com/activeadmin/activeadmin - 24ade03c24b7753d17be37528d37078049897503 authored about 7 years ago
Extract class HasManyBuilder.

github.com/activeadmin/activeadmin - b6464643b49e33f46dfdd3bf0757f2383b7656ec authored about 7 years ago
No need to pass around builder_options now that they are attributes.

github.com/activeadmin/activeadmin - 2df6c09919292a9cdc318167f9b57f49527a699f authored about 7 years ago
Disambiguate use of has_many_form.

github.com/activeadmin/activeadmin - 98617cd24099ef60c3381987429c88564bb02382 authored about 7 years ago
Simplify #render by extracting #wrap_div_or_li

github.com/activeadmin/activeadmin - 1ca8401b36dd37c6c4392fc98884a598c4359d81 authored about 7 years ago
Merge pull request #5206 from varyonic/sidebar-view-component

Extract Sidebar View Component

github.com/activeadmin/activeadmin - 58929997e176318b29f6638b2daf8c915249b9ea authored about 7 years ago
Merge pull request #5210 from RobinvanderVliet/patch-1

Added Esperanto translation

github.com/activeadmin/activeadmin - abf3c4902cc52189a3a030084e4d06331e3bee83 authored about 7 years ago
Merge pull request #5220 from varyonic/revert-asset-registration-removal

Revert asset registration removal

github.com/activeadmin/activeadmin - 5fce9ec3ceb57ba4eb85c3c3708231c1d572b235 authored about 7 years ago
fixed missed jquery ui checkboxradio widget code

github.com/activeadmin/activeadmin - 2ccc542120a0311500ff600afad8d2bc9c3e1752 authored about 7 years ago
Revert 61502c2900c66b70805be70654c1c8f2ccc83399 at least for now.

github.com/activeadmin/activeadmin - 30f9a627f535a78ebd3e2394f5151391fce6658a authored over 7 years ago
Merge pull request #5121 from javierjulio/update-js

Update our JS components

github.com/activeadmin/activeadmin - 95b8276d307aa86b7fbe27f870adfa24e5dbd378 authored over 7 years ago