Ecosyste.ms: OpenCollective

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

github.com/activeadmin/activeadmin

The administration framework for Ruby on Rails applications.
https://github.com/activeadmin/activeadmin

fix Readme

f376a179b6dfcba17fc24f83d1ad9c8cdba1d7c3 authored about 10 years ago
Merge pull request #3723 from activeadmin/rails-4-2

Rails 4.2

17b68fd215c64c65cdfb2c381c11f2e679406d5c authored about 10 years ago
Merge pull request #3730 from gonzedge/fix-rails-4-2-failing-tests

Fix Rails 4.2 failing tests

e7dafc53739c228cc2df54dac6e8e9b4ba4115a4 authored about 10 years ago
Use `.reflect_on_association` instead of `.reflections`

The method `.reflections` returns a hash which in the tests for Rails
4.2.0 has all the keys as ...

e676fec843c60ac9b72eb35e88daf9d4f40c4f91 authored about 10 years ago
Use `#has_attribute?` as suggested by deprecation warning

The `#is_boolean?` implementation calls `#type_for_attribute` or
`#column_for_attribute` dependi...

48ccc3db861bea9aa01d4f75c842303096b8697f authored about 10 years ago
add gemfile instructions to readme

38bf0239a3f1eba20454748c9b1247200d7d52b3 authored about 10 years ago
fix readme formation

7468e9584e842ce230559fa64d94dc2cacbe2744 authored about 10 years ago
Merge pull request #3729 from activeadmin/use-inherited_resources-rails-4-2-branch

Use inherited_resources rails-4-2 branch

edcc73dd47ea234560277502afd7483d496539d4 authored about 10 years ago
update Index pagination docs

this replaces the wiki page
https://github.com/activeadmin/activeadmin/wiki/How-to-modify-pagin...

f18f05f01f138930367e3d35a314de7562e90328 authored about 10 years ago
list YourModel.solr_search() in gotchas docs

this replaces the wiki page
https://github.com/activeadmin/activeadmin/wiki/How-to-work-with-su...

3d9b827d0d5142860d3e7a01cbd9feba9e53dadc authored about 10 years ago
extend DatabaseHitDuringLoad error message

65dd9b2990be54a18f98a3eb665b54580438d5ad authored about 10 years ago
Merge pull request #3722 from lboix/master

Correction (3 lines) for locales/fr.yml

e3cb3488a6d45bfbde1a1baeee4c50bf9221089a authored about 10 years ago
Correction de 3 lignes

64aea8538bdffb20b5074e30bcc0cdd34c4c4e56 authored about 10 years ago
Merge pull request #3718 from gonzedge/patch-1

Clarify "State of the project" section (Rails 4.2)

7aca862c575ef0bf1ba3c781fcb4ea39f330dc07 authored about 10 years ago
Clarify "State of the project" section (Rails 4.2)

This pull request clarifies the Rails 4.2 part of the "State of the project" section.

24eaecb2b753e87f82889f5f72e24d58eeb1cc4b authored about 10 years ago
change travis matrix

ae0ac0b66baf5be020b0344fc59e5a2f9a891bc5 authored about 10 years ago
add `fast_finish: true` to travis.yml

7230d6871b639b3759b8097c793a1dcf6bb680dd authored about 10 years ago
Merge pull request #3714 from activeadmin/testtravis

allow failures for 2.2 and keep testing on 2.1 until 2.2 tests are passing

b5afbf1260f97d40730482f9ea3724dbcfd060ca authored about 10 years ago
allow failures for 2.2 and keep testing on 2.1 until 2.2 tests are passing

292d61290b4e2ea8513381870ee74a6ca5919ec1 authored about 10 years ago
test against Ruby 2.2

& don't needlessly specify the tiny version number

679b51e8c7c498c04ef8f9904be14e710281b791 authored about 10 years ago
refactor some specs to not dependet on html attribute order

95dc839e7fc73430588d7f4c84ba57bc943e01f3 authored about 10 years ago
use inherited_resources rails-4-2 branch

21a57477df50de6188e61960dc15b64f9b4f2716 authored about 10 years ago
fix typo in columns.rb

74799b8652c6c09d632b5bd50b52027507aace3c authored about 10 years ago
fix readme markup

f84dd73da5d5c1151194fa3b8942508165565801 authored about 10 years ago
test against rails 4.2.0 on travis

96629ca84de5bf79d79b65d2043efbecb83361a0 authored about 10 years ago
Merge pull request #3709 from activeadmin/travistest

fix travis allow_failures

633c1a4f1f7f15759de77691376bea783405118b authored about 10 years ago
fix travis allow_failures

34cb45eff5a3ab07bc9587a52c3c8a1da720f879 authored about 10 years ago
set Rails 4.2 as an allowed failure on Travis

e83afaa94a1c3341c774a2b21f43f8b237955738 authored about 10 years ago
fix grammar in README

ecbfe30e5ef2d46394c4af10852300046d2f5558 authored about 10 years ago
add rails 4.2 node

7414104d41e596df28e848bb5974f1ed04d1c424 authored about 10 years ago
Merge pull request #3708 from mupkoo/patch-1

Update the linear gradient rule

232a6ae51e69b0b3762820a1892cd186d273a891 authored about 10 years ago
test rails 4.2 on travis

6bc479c35846d76ef28c62dc5d9baf305783bf1a authored about 10 years ago
update readme with some rails 4.2 and inherited_resources informations

a33f4db5f1413968aa9fac5bce877e96620e058e authored about 10 years ago
relax rails dependency for rails 4.2

7a861b723bd65ea174541cf2f23048143575cba8 authored about 10 years ago
Update the linear gradient rule

`linear-gradient` with value of `0deg`, starts from the bottom to the top. To achieve the same e...

da08f0412bd8123751499f9f1f60b58f1ce8e1ef authored about 10 years ago
Merge pull request #3701 from pranas/fix-allow-comments-deprecation

Fix allow_comments= to accept a parameter

f51d96dddb5e5be182220037f2d70117b9350303 authored about 10 years ago
Fix allow_comments= to accept a parameter

ae55d6a63e026155be9593dd33e9e30c2b743c7c authored about 10 years ago
list search method conflicts in gotchas docs

[skip ci]

5ecab269fadd674e1aab9ddf865fe6f97de1ca48 authored about 10 years ago
Merge pull request #3697 from pranas/fix-allow-comments

Fixes for config.allow_comments

890ec5432d448daf8bff8a0754f944fa3762d40a authored about 10 years ago
change waffle.io badge style

8f7ab51bb094c34bf544a863a3bd710965259599 authored about 10 years ago
Enable comments on per-resource basis

0bfe597e1076b41c09d7d32cb0ad4b46bdba3b6c authored about 10 years ago
Change config.allow_comments to config.comments

7eac9cda703f733aa9f51464d2ddcafe42d04534 authored about 10 years ago
Fallback to use formtastic inputs

1dfd5fd4bb216d006bb4ef3ffe51cf1ddf20a32c authored about 10 years ago
change filters input look up

move all filter inputs in his own namespace to support formtastic input_class_finder with fallba...

c6c435b82ed82e645fae60bd4fa95d3d0d47e4f9 authored about 10 years ago
fix phantomjs/poltergeist

refs #3623

13acda36debe38fdfb9998569adbb6ee1fc61af0 authored about 10 years ago
Merge pull request #3653 from activeadmin/remove_kaminari_theme

remove kaminari theme

45f1f29af1cd20856ef27e7b72bae287d235b655 authored about 10 years ago
add waffle.io badge

close #3681

85c26616468266fda0c3762a507a7ea68b9b2fec authored about 10 years ago
Merge pull request #3690 from ksylvest/master

Fixing Style of Dropdown and Tabs For Both First and Last Item Entries

ab89f1da1c9a644ce5725c7abea2f2656ce70c6b authored about 10 years ago
also fixing up tabs with the same bug

2ebadbb560d729f85824c6f6b597bca8102adbaf authored about 10 years ago
fixing segmented control so that it appears correct when only a single segment is present

0e0cffdf46f7b46fb9fcec5bc7f24286d23ba696 authored about 10 years ago
Merge pull request #3688 from carnesmedia/document-poro-decorators

Add simple documentation for PORO decorators

370879936d635f7e00d909698c7e87b81f54b38a authored about 10 years ago
Add simple documentation for PORO decorators

This adds just two small sentences introducing the possibility of PORO decorators
and links to t...

5b3a2c619b260bb23843491d0b9520e42d9699b1 authored about 10 years ago
Add has_many input config option for setting the start index

ebd7d57f63a6c44d7468d82aa1a9d4db1780dff6 authored about 10 years ago
Merge pull request #3672 from alex88/sass-imports

Renamed .css.scss imports to .scss

fc1874f7d3b4b1b966d6c0f6c3c506a22efe0de7 authored about 10 years ago
Merge pull request #3623 from theB264/2811-preserve-params-on-clearfilter

2811 preserve params on clearfilter

e4f8dbbbb8046b719e100fddf83319b9e6cb8796 authored about 10 years ago
Change name of configuration setting for search status sidebar.

d3753a16ba457e147cf0ec9dbb5eed45e44e4b22 authored about 10 years ago
preserve params on clearfilter

0c5ea6223ff21198631a02726b037c6860e4a3da authored about 10 years ago
Added params checking stub.

1b74fb7151edb73ae801e1a2731b461ea71f6399 authored about 10 years ago
Renamed .css.scss imports to .scss

74401f9cbed022103ba70bf39ee2a95f0e5fda13 authored about 10 years ago
list all index pages in docs readme

5af560b2b6cd18526d397331c0c5cca90dfcbaeb authored about 10 years ago
rename and improve custom index docs

c157d486ee50e761611d502d8fc85fb4c16541cb authored about 10 years ago
refactor TargetNotFound Error

3c293b3574b28f78a23a0f10e191df36dc4e968f authored about 10 years ago
fix docs/readme links

b05f9e997034698744116513828f9ab62c061be6 authored about 10 years ago
update readme documentation links

8e1f85423a36774ae4b05177d86e2f0bfb934a96 authored about 10 years ago
fix readme typo

7f27492eb0891edefa38e2a827b6df24d029cdc3 authored about 10 years ago
add docs/README as a docs index page

7dc129a79f6bb9990cd43bccaa4e89db0a542db7 authored about 10 years ago
helper gotchas

refs #3671

48e669b1c22894dc0da08943c4c8c2b795a9dde2 authored about 10 years ago
Merge pull request #3596 from activeadmin/2734_form_css

remove old formtastic css class and add new ones

7d968c2898cb4dd86e283511c7cc04d8b469c888 authored about 10 years ago
Merge pull request #3563 from activeadmin/remove_images

remove some images

8c87611980fa3de9e26ca9e02df3712032f9825c authored about 10 years ago
fix YARD url

952273a204def082e0891cc94f1f8c15216605d0 authored about 10 years ago
Merge pull request #3586 from activeadmin/todo_double_let_namespace

remove doubled let namespace in register_resource_spec

808308cf2ce394730d6521f3f21087dc794cf2be authored about 10 years ago
Merge pull request #3489 from timoschilling/engine_initializer2

automatically set precompile assets

6f7def4de94c1e8b8a3de8d08cbb41fe8b9a96d6 authored about 10 years ago
Merge pull request #3650 from berkos/adding-more-greek-translations

add missing greek translations

bd3380e8df3aec665981737f11f98b3582d64a24 authored about 10 years ago
remove kaminari theme

ActiveAdmin use the default Kaminari theme, thats not nessary to have this theme inside of Activ...

cce5722f8fc77715edd936ffbf91cbdf7ab0c710 authored about 10 years ago
use 1.9 hash syntax in erb all files

75c1d48788eaf55e0cc8795ee214586bf0bdf80e authored about 10 years ago
use `devise_error_messages!` in the same view like deivse does

512dbaf53857b6da472dc3b24ee41fc607041554 authored about 10 years ago
fix devise/passwords/edit markup

closes #3651

34e1e376ba347b5b2a7fa17df88deb9fcd2996dc authored about 10 years ago
correct one greek letter

Signed-off-by: Antonis Berkakis <[email protected]>

e7a2b6fbb931425c20beee09abc7d0a834ee9be7 authored about 10 years ago
add missing el translations

Signed-off-by: Antonis Berkakis <[email protected]>

846c0cf7cb56f0ebf0c6aa7ccb49ccd05ddde732 authored about 10 years ago
Merge pull request #3593 from activeadmin/3406_pundit_method_missing

change PunditAdapter to work with method_missing

a2cd9604c2d949f5193791045385756cee0c6865 authored about 10 years ago
Merge pull request #3607 from activeadmin/simplify_devise_config

simplify AA::Devise.config

80229af78f0081575e513d965ca8ce0e170a874a authored about 10 years ago
Merge pull request #3606 from activeadmin/remove_js_aa

remove js window.AA

6820ef7742ab4a1c930670e98ec13ef6ac2d8e55 authored about 10 years ago
Merge pull request #3644 from cohart/3565-style-date-picker-via-css

Replaces datepicker images with css, uses bourbon for gradient, and set ...

b7562c0a77454299da22f9f33ac98b245d8cb079 authored about 10 years ago
Merge pull request #3641 from philipgiuliani/patch-1

Fix linter errors

00228bf20f7a9f046cd0fd8bc1dcab18e3faacb8 authored about 10 years ago
Replaces datepicker images with css, uses bourbon for gradient, and set colors from variables file

59dc6958e78d92c2110a1d24625f52a239354b21 authored about 10 years ago
Fix linter errors

* Removed duplicated newlines
* Replaces ASCII Chars

4cf5fc6ee3147eb9e644642d35cdbe6944a20565 authored about 10 years ago
Merge pull request #3632 from nick-desteffen/master

Adding Gotchas document

0d7d6014568fe3cdd3e1eefd169285d25c717b94 authored about 10 years ago
Adding Gotchas document with information regarding Sprockets and session committing

82916eb0b554f1b413ef3201d3876bf15f90717e authored about 10 years ago
Merge pull request #3587 from activeadmin/refactor_download_format_links_helper

refactor DownloadFormatLinksHelper

c0a9da792abe556e3b9f9397a65464e6e34ac7a3 authored about 10 years ago
Merge pull request #3638 from kissrobber/favicon_namespace

fix favicon namespace

fb0066e25862a888670271da42593be241ba2983 authored about 10 years ago
Merge pull request #3639 from strivedi183/bump_rails_latest_travis

Bump the rails versions on travis.yml to the latest

df53397f4195ec1a900020c998783da8987b2a2f authored about 10 years ago
Bump the rails versions on travis.yml to the latest

b61ff1c5e59c022c7f55ebf31392b09ea16c3153 authored about 10 years ago
fix favicon namespace

288a5ba4f432fe2b2d7c5fdf77702705bc565c04 authored about 10 years ago
fix gemspec for ruby 1.9

f82c787ab43f4d40787e86c3a731c5e8a2a8682b authored about 10 years ago
simplify gemspec

7ea00d303b82ed32594c68c9877508a78c0301b4 authored about 10 years ago
fix gitignore for localeapp

b4b8eda112b6c4556abb70954e6dcb9e2d9912bc authored about 10 years ago
don't use have_selector in form builder spec

951f35d6799a2385d020d4a4303967c344a6bb0f authored about 10 years ago
Merge pull request #3568 from activeadmin/3560_fix_inputs_with_class

fix f.inputs with class

8672da211d5315f00f10586cad9ce38a9669798a authored about 10 years ago
change authorization docu for namespaced pages

c39dd753e9740c8192d255ed6781e8f6c30c430e authored about 10 years ago
change docs hash style to 1.9 syntax

0b608e65d48b15fc38841a1b590e89e18df1a944 authored about 10 years ago