Ecosyste.ms: OpenCollective

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

rails_admin

We are on a mission to Make RailsAdmin better!
Collective - https://opencollective.com/rails_admin - Code: https://github.com/sferik/rails_admin

Merge branch 'issue_titles' of https://github.com/nando/rails_admin into nando-issue_titles

github.com/railsadminteam/rails_admin - a31a87667278c7e83bf54214e189e44b534761d7 authored about 14 years ago
Store association field groups as symbols instead of strings, fixes #210

github.com/railsadminteam/rails_admin - d0eac6ec30a81e0b4cd88cba276472133e7a08d6 authored about 14 years ago
Removed two duplicated titles

github.com/railsadminteam/rails_admin - ce4794199271145bd736e948a9c4746aa0a6dd76 authored about 14 years ago
Remove equal sign postfixed writers from config DSL

github.com/railsadminteam/rails_admin - 9da54620602edabccabca401bf83462a2e51c795 authored about 14 years ago
Continue removing documentation related to using an accessor, see commit

da71a3ccd99bb12cc684c26aa8dcc88ca0af7c80

github.com/railsadminteam/rails_admin - c44dcc7a0c2bdeadf684d886638addebabd522cf authored about 14 years ago
Has-many and has-and-belongs-to-many form widgets are required to submit

an empty hidden field on empty selection for backend to clear associations,
fixes #199

github.com/railsadminteam/rails_admin - bb630679bbad1684fec5e57c91a0373e2903e26e authored about 14 years ago
fix for Ruby 1.8.7

github.com/railsadminteam/rails_admin - 59cc2f74da2a58c021ecd1a2835d7a310fa026bf authored about 14 years ago
Remove documentation related to using an accessor in the config dsl since it's not supported

github.com/railsadminteam/rails_admin - da71a3ccd99bb12cc684c26aa8dcc88ca0af7c80 authored about 14 years ago
Merge branch 'has_many_history'

github.com/railsadminteam/rails_admin - b4dccd1c1cbac44eeaf625535fc9f48fe35e34b4 authored about 14 years ago
Add history messages when has_many associations are added or removed; changes to assococations are also logged

github.com/railsadminteam/rails_admin - 458063a08a651f13754526085bc93d57e02272dc authored about 14 years ago
Add specs for recording has_many association changes for basic updating

github.com/railsadminteam/rails_admin - adba8fd310a3e023bce6160e025f929dc2099f38 authored about 14 years ago
Add constant for the set of attributes the History class should ignore

github.com/railsadminteam/rails_admin - db004a2f9deee28e0e76193e3cf4a5c00c7128aa authored about 14 years ago
partial revert of 5a1e0cc which broke the dashboard history slider

github.com/railsadminteam/rails_admin - f9d74eb1d1329f7ac6b1bf67ff253948d2ea7694 authored about 14 years ago
more routes cleanup: now that we're restful we need to GET xhr updates

github.com/railsadminteam/rails_admin - bdf3d6fe89402e63f225d8b425f4647b2ac1c9cd authored about 14 years ago
cleanup from earlier routing changes: fix delete link on edit pages

github.com/railsadminteam/rails_admin - 87f3fd009f2c209449c0a623071b2f05e6b83249 authored about 14 years ago
fix 404's caused by removal of ckeditor

We now have a small placeholder cdeditor.js so we don't have 404's if
ckeditor isn't installed. ...

github.com/railsadminteam/rails_admin - 70426721d800543c52594e3cc654d10de5634e35 authored about 14 years ago
issue 197, per bjeanes, make routes more restful

This change fixes operations that aren't safe so they can't be
accessed via GET.

github.com/railsadminteam/rails_admin - af693ad7f9568493d6eb6d09c30d1ddee249e804 authored about 14 years ago
fix German translations so they don't override English

github.com/railsadminteam/rails_admin - 36b6a5f4e67008ea25ae4db1775421a4aafbd70f authored about 14 years ago
Merge branch 'railsy_routes'

github.com/railsadminteam/rails_admin - c2c8568c820f3c6798288d15d0e9e0e2381f7821 authored about 14 years ago
add german translation files

github.com/railsadminteam/rails_admin - ce8d0b2aed1b12141dc92e40b9a092c26f08572b authored about 14 years ago
Merge branch 'unbundle_ckeditor' of https://github.com/akitaonrails/rails_admin into akitaonrails-unbundle_ckeditor

github.com/railsadminteam/rails_admin - bae06b1a14cdc055508f9dfc1f2d13a522265c08 authored about 14 years ago
Updates pt-BR translations

Corrects some translations and add "no_activity" translation

github.com/railsadminteam/rails_admin - 0cd178664beb36d716c6aac5f7bfc721cdd8d746 authored about 14 years ago
Remove Rodrigo Rosenfeld Rosas from the mentors list

Actually, unfortunatelly, I wasn't enable to contribute to this great
project due to a very tim...

github.com/railsadminteam/rails_admin - 920ab21f542e9b364d9231c128647ca00b8fb187 authored about 14 years ago
Making the ckeditor task name more suitable for rails admin

github.com/railsadminteam/rails_admin - 6cdf0689d52714f9040395b6e7d8e11b2a1e5279 authored about 14 years ago
Adding support to download CKEditor

github.com/railsadminteam/rails_admin - 0df3d6e24ecd16dccbe457baff245abaf21ac811 authored about 14 years ago
Added spec for destroying and updating AbstractObject

github.com/railsadminteam/rails_admin - 310aea5fcacf89a83aa50af2c9a655705b3be1fe authored about 14 years ago
Fix assignment in README. It was assigning to a local instead of an accessor.

github.com/railsadminteam/rails_admin - d9cc13475042b5d006e8111ae2bd6feaec9f9e95 authored about 14 years ago
Cleanup unused argument from 'visible' config option's default block

github.com/railsadminteam/rails_admin - b37a30d1c978f7fbf6ea97ee920aeb3330fc3178 authored about 14 years ago
Add YARD rake task and dependencies

github.com/railsadminteam/rails_admin - 9aef13b501fbb00c502675c2e203f6c3c4c3dfe2 authored about 14 years ago
Update mail dependency

github.com/railsadminteam/rails_admin - ae2d82418e2b63c3efd58ddf86a17f616d92efd0 authored about 14 years ago
Fixing and creating the pt-BR translations.

github.com/railsadminteam/rails_admin - 7992214270815bd0434735b598f80c3baa3d1b3e authored about 14 years ago
Deleted update_all_associations, update_association and update_associations from the controller.

Using AbstractObject#associations= instead.

github.com/railsadminteam/rails_admin - 025fc07e1eafa2e40925f5d1a872d6dcef8209fa authored about 14 years ago
move id's from the query part of the url to the path

Per issue 197 we're in the process of making rails_admin's routes more
railsy. This change move...

github.com/railsadminteam/rails_admin - 25944367bd449e0f6107c24136be4404da89d13f authored about 14 years ago
use plural model names in routes

Per issue 197 we want to make rails_admin's routes more idiomatic.
This change implements one pa...

github.com/railsadminteam/rails_admin - 55fd7bd67d2070d10b8061e7667482119e3b12de authored about 14 years ago
fix build breakage

Never assume - you'll end up with egg on your face. "But I'm only
changing the CSS" I hear you ...

github.com/railsadminteam/rails_admin - b866dc189c45bd376a5385796ad2c25e2f46a025 authored about 14 years ago
use padding instead of relative positioning for table headers

The problem with relative positioning is that it brings the elements
forward in the z-stack so t...

github.com/railsadminteam/rails_admin - 4ef92da36d6bd86dd3ed87903f8a47d0db1ad198 authored about 14 years ago
removed inline .grid tbody styles

Now that we're using tables we don't need to specify the widths for
both the headers and body el...

github.com/railsadminteam/rails_admin - 910ceee0ac39a033dd01f6e8e88498b697d8a970 authored about 14 years ago
remove hard-coded widths on the .action and .other classes

These are the "EDIT/DELETE" actions and the "..." icon in the list
table. Removing the width al...

github.com/railsadminteam/rails_admin - 6f8e7e37941e7dc3e3f9bc15286a6b72eeb54950 authored about 14 years ago
partial fix for issue 148: improve required/optional status for relations

There were a few bugs in the required/optional status reporting for
associations. This change f...

github.com/railsadminteam/rails_admin - ff26233900cb48939ffeba4bf7993a9777fcbe8c authored about 14 years ago
First implementation of bulk delete. Not connected with history yet

github.com/railsadminteam/rails_admin - 59cd0ae02bfb8be064afcd8f38efe52dd449a02b authored about 14 years ago
Created specs for bulk deletion

github.com/railsadminteam/rails_admin - 39344d30dcad36e06bef0b00e4864fa158a9a148 authored about 14 years ago
Check if attribute is a serialized attribute. If so, convert the string value back to the appropriate type

github.com/railsadminteam/rails_admin - 40ba4c7bd4f7536b5e98df5f9bb823538c112f8f authored about 14 years ago
Add test for updating serialized objects

github.com/railsadminteam/rails_admin - 968b86fd90589c7a0da7436d3b315803ce87797c authored about 14 years ago
Add test to ensure English localization is working.

A common mistake for translators is to forget to change the YAML file's
root key from en to thei...

github.com/railsadminteam/rails_admin - ef73d5843b64083b5e9de26fb0bcc722e2484c53 authored about 14 years ago
Merge branch 'issue161' of https://github.com/joshk/rails_admin into joshk-issue161

github.com/railsadminteam/rails_admin - 410d3db13a52e4de76d667dbcfa99fd3b864cfae authored about 14 years ago
Downgrade jdbc-postgres

github.com/railsadminteam/rails_admin - fe3039d5aa53fc0e35f9d577570a3c9ee69074c1 authored about 14 years ago
Merge branches 'ci' and 'master'

github.com/railsadminteam/rails_admin - 88740aa634e44464ed8fd338e42d7dd72f7554a7 authored about 14 years ago
Merge branch 'master' into ci

Conflicts:
Gemfile

github.com/railsadminteam/rails_admin - e5f05ecb08adf733e16291583a55e431af15c018 authored about 14 years ago
Update JDBC adapter dependencies

github.com/railsadminteam/rails_admin - be0e011c47d19eecf44e1fe94902f232540d501e authored about 14 years ago
Fix for issue 161 - config fields are only inspected if the model store (table_exists? for AR) exists

github.com/railsadminteam/rails_admin - 09fb0067866522802392e4fce66f58d5d9a72c6d authored about 14 years ago
Failing test for issue 161 - rails admin raises an error when the database does not exist

github.com/railsadminteam/rails_admin - 539eff2f520b44d0d3a3e480bfc64b4662afe82f authored about 14 years ago
Moved database migration and drop methods to a module

github.com/railsadminteam/rails_admin - a98ce11cc173ab1fb753534e0401739059b68138 authored about 14 years ago
Rename CI's default database to 'ci_rails_admin'

github.com/railsadminteam/rails_admin - 3efd5bdcfb703c5dd779a296eafe72527e107c10 authored about 14 years ago
Add CI's dependencies to engine's Gemfile

github.com/railsadminteam/rails_admin - ba4928c1e65f12344645d04496d55395394133f5 authored about 14 years ago
Add logic for CI's default database selection

github.com/railsadminteam/rails_admin - 9218cb8049559f6b4aad60d91e346fbf7f649ac4 authored about 14 years ago
Fix Bulgarian locale definition root key

github.com/railsadminteam/rails_admin - 07597b5fed5febe9ae159378b3c3f2dc0637489c authored about 14 years ago
Merge branch 'paperclip' of https://github.com/akitaonrails/rails_admin into akitaonrails-paperclip

Conflicts:
spec/requests/config/edit/rails_admin_config_edit_spec.rb

github.com/railsadminteam/rails_admin - 55b968ad6eedc66e548b695faf875c7b900518af authored about 14 years ago
Fixing a small error in my paperclip spec

github.com/railsadminteam/rails_admin - 075a85fed85bd54e0e6694e83433aa1ea6a0ee45 authored about 14 years ago
replacing && for and so the second part of the conditional doesn't crash on a NilClass

github.com/railsadminteam/rails_admin - 240b93ff469446d0331e26e25b2f1b5290589750 authored about 14 years ago
Adding Paperclip Support

github.com/railsadminteam/rails_admin - 0c3f0527bf6fe1983b3da2a31d6e49e548e9f144 authored about 14 years ago
Making it possible to enable CKEditor for textarea fields

github.com/railsadminteam/rails_admin - 5a1e0cc119fd429bf36038c23b0223afb5e15c55 authored about 14 years ago
Bundling CKEditor 3.5 - with a custom config.js for a slimmer default toolbar

github.com/railsadminteam/rails_admin - 48c0febd79ce045d637b1e31261834ef19aac065 authored about 14 years ago
added bulgarian translation

github.com/railsadminteam/rails_admin - 3a0827f685d2d7a19c6e04198dd67fd1bf3ef3a8 authored about 14 years ago
CI: set postgres jdbc adapter to match CI server's version

github.com/railsadminteam/rails_admin - a9c7186d1c3ea8514f7a63f8ce17394e52dd95a8 authored about 14 years ago
Revert "remove the registerable module dummy app's devise model (as instructed in the devise wiki)"

This reverts the second part of commit 11440180fb09b3136840f277cf80bab05a7eb8ec.

github.com/railsadminteam/rails_admin - db85ad4f2aed716e7169757cf3f80a7af0fe46f9 authored about 14 years ago
Add link to #railsadmin on IRC

github.com/railsadminteam/rails_admin - e1e8bf632ef83480f4f2bf09ac57611eeb229fd4 authored about 14 years ago
Remove section on bugmash

github.com/railsadminteam/rails_admin - 2ce6ee0572696b56008001b08a09597ecd7dc1dc authored about 14 years ago
Modify dummy_app's Gemfile and add a rake task to support CI with different DB backends

github.com/railsadminteam/rails_admin - 107a4d2231a213eb46763d48f8feab4ec8a7c7ee authored about 14 years ago
use Rails::Paths for models path instead of hardcoded value:

* allows loading models from custom places like plugins

github.com/railsadminteam/rails_admin - 1afa2e398c191b60f82a9c2c8876f24c148c4591 authored about 14 years ago
Added spec for has_one associations.

github.com/railsadminteam/rails_admin - 5f88a1faae65d2894c835abd195dd4a798457ef4 authored about 14 years ago
Support any Devise resource, not just User, fixes #184.

Devise's current_user and destroy_user_session_path helper methods are
dynamically generated per...

github.com/railsadminteam/rails_admin - 92faca87b05cfe2192b401faae372c4aa02eff1a authored about 14 years ago
Document how to override Devise model in install generator.

github.com/railsadminteam/rails_admin - 29ca47586f2728654b0aff0948176119d502f961 authored about 14 years ago
Added factory_girl

github.com/railsadminteam/rails_admin - d408f8fc1dbc73074bb949997ccd13b399847e86 authored about 14 years ago
Using AbstractObject#attributes = in the controller

Wraped RailsAdmin::Adapters::ActiveRecord#get results with
AbstractObject.

github.com/railsadminteam/rails_admin - acfe7bb649b30dac7562c29595bd623d1dd1ef82 authored about 14 years ago
Added AbstractObject#attributes= method which bypasses attributes protection

github.com/railsadminteam/rails_admin - a397ecf79120150da9c5c8d06084b31239dffc09 authored about 14 years ago
Update bcrypt-ruby dependency

github.com/railsadminteam/rails_admin - 028ac9cd72e8d97bd6191525ca3b4b5fc1efd300 authored about 14 years ago
DRY up field subclassing, rename column_css_class to css_class as it's now

used in edit views as well, rename field css classes to match with the types'
ruby class names an...

github.com/railsadminteam/rails_admin - 08ead7feb28b513f7369ff30a9b486a8231aea2d authored about 14 years ago
Remove calls to User model, fixes #184.

github.com/railsadminteam/rails_admin - 9ad94901916295960ad906d043bece60a26fbdcc authored about 14 years ago
Merge branch 'abstract_object' of github.com:ml/rails_admin into abstract_object

github.com/railsadminteam/rails_admin - 4fe671353ed37efd45084e674815968352719911 authored about 14 years ago
Added spec for creating a record using AbstractObject

github.com/railsadminteam/rails_admin - 4652ba257f780add238eb3d7a7f42b6f86521f0e authored about 14 years ago
Added AbstractObject and spec

github.com/railsadminteam/rails_admin - 37bf83ba42b5cecce2ebd108bc69ecc2a63fa5a3 authored about 14 years ago
Added spec for creating a record using AbstractObject

github.com/railsadminteam/rails_admin - e9ef7152946f58bb3bbfdb2e99e6f1cd98eaf372 authored about 14 years ago
Added AbstractObject and spec

github.com/railsadminteam/rails_admin - 6c84c1fb7706b82e3e1ae9f0124987496280064f authored about 14 years ago
Remove I18n calls at startup, fixes #187.

Calls to I18n (which ActiveRecord::ConnectionAdapters::Column#human_name
does behind the scenes)...

github.com/railsadminteam/rails_admin - 9f299da5182fcdbb1940e3c7e77c23af02eccd6a authored about 14 years ago
Added Finnish Devise translation.

github.com/railsadminteam/rails_admin - 706559d9f3baf18aad3ccc84fd7c78d2c1c323a3 authored about 14 years ago
Fixed bug.

Signed-off-by: Maxwell Swadling <[email protected]>

github.com/railsadminteam/rails_admin - ec1a4ebb3310dba5484e699b62214392f2a97a18 authored about 14 years ago
Fixed example use of authorize_with().

github.com/railsadminteam/rails_admin - 7d6677dbf602471053b43cf7569524725008659a authored about 14 years ago
translated devise messages to Turkish.

github.com/railsadminteam/rails_admin - 932f4f3fdb99c9fba5fc8a2504227f8cef3e1fd3 authored about 14 years ago
Add translating as a way to contribute

github.com/railsadminteam/rails_admin - f7a277a8122c3c179e66a20782afbf49ad65f9a1 authored about 14 years ago
Remove credits because it has become outdated and hard to maintain manually.

A list of contributors is automatically maintained here:
https://github.com/sferik/rails_admin/c...

github.com/railsadminteam/rails_admin - e4e5cff731423776641fad015254cd401ce31bd8 authored about 14 years ago
add hide_from_* methods to the section config and deprecate hide_in_*

They were documented as hide_from_* and this name is more descriptive
than hide_in_*. For the t...

github.com/railsadminteam/rails_admin - 7b8952297a1b03afced64ac0c1c97d4c8b0226bb authored about 14 years ago
raise NoMethodError if an unknown config method is called

Previously we would no-op silently which is user-unfriendly.

github.com/railsadminteam/rails_admin - bede976de8ea677de11027033066d8d30a528f67 authored about 14 years ago
added Turkish translation.

github.com/railsadminteam/rails_admin - 5713b1671e8c3adc9db0b4c545b96b88136415ab authored about 14 years ago
Fix minor error in config docs

github.com/railsadminteam/rails_admin - 59dfb4ee1730702dc9794e5749436246c5ff3fae authored about 14 years ago