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

Make model forms multipart to support file uploads

github.com/railsadminteam/rails_admin - 893fb3c602201375f910bfb4d83ff22baec36dfa authored about 14 years ago by Petteri Kääpä <[email protected]>
Bit more documentation about the configuration DSL

github.com/railsadminteam/rails_admin - b7c1bb1fa1f9c3b246963e9aaa696779cb6a6156 authored about 14 years ago by Petteri Kääpä <[email protected]>
Translate 'ago' in Finnish

github.com/railsadminteam/rails_admin - b67c4668eb19ffda021aebf9524e11505ee050f4 authored about 14 years ago by Petteri Kääpä <[email protected]>
Update thor dependency

github.com/railsadminteam/rails_admin - 0e2fbda6df2ab2ccc7f644f1b97ef69bcb181841 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
use Rail's friendly dates for the "last used" field of the dashboard

github.com/railsadminteam/rails_admin - 5030c739befe0713da58fbebdffad42a8759a7a3 authored about 14 years ago by toby cabot <[email protected]>
added docs of how to integrate with declarative_authorization

github.com/railsadminteam/rails_admin - 393323eba2c51fd2d96838c2dcedc4c5596d370f authored about 14 years ago by toby cabot <[email protected]>
clean up a tiny bit of dead code

github.com/railsadminteam/rails_admin - d5c64ae33da2dbe854832fbaac7c1dc9543a26f1 authored about 14 years ago by toby cabot <[email protected]>
Use ActiveRecord model name localization if defined or fallback to English when outputting result count in list view

github.com/railsadminteam/rails_admin - e325d8507e3889c05ef33eefd18fed448df00432 authored about 14 years ago by Petteri Kääpä <[email protected]>
Adhere to rails convention of localizing dates and add fallbacks if locale is missing

github.com/railsadminteam/rails_admin - 3dd7d381040aa9cb5056f7df7551d9acbfc84762 authored about 14 years ago by Petteri Kääpä <[email protected]>
JRuby development compatibility

github.com/railsadminteam/rails_admin - 7dfe2e94627d8fe26bd6b2bd7b839067cdc9f735 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Git servers images via HTTPS now

github.com/railsadminteam/rails_admin - bdd721b0ae8ff84ad29c0bc2db618f95622279ea authored about 14 years ago by Petteri Kääpä <[email protected]>
Add translation code where missing

github.com/railsadminteam/rails_admin - 79f3c8bd15d943c07259a5b81ace59c74b3b848e authored about 14 years ago by Petteri Kääpä <[email protected]>
Make model and field label output adhere to the ActiveRecord I18n convention.

github.com/railsadminteam/rails_admin - 48a81cf0ea25c36e3b01fd0893db05dd01a1e861 authored about 14 years ago by Petteri Kääpä <[email protected]>
Upgrade arel and mail dependencies

github.com/railsadminteam/rails_admin - 9a450e2656f0ceaf790ee5d0256a3f99dd5d80c8 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Changes to allow editing of protected attributes.

github.com/railsadminteam/rails_admin - 0df7aa4634b58d8a597d5a4d5376f3e65f85e972 authored about 14 years ago by Emanuele Vicentini <[email protected]>
Reset excluded_models test properly

github.com/railsadminteam/rails_admin - a18ebdccebeca0e4e8c4e854b7199c6c22b6ba63 authored about 14 years ago by Petteri Kääpä <[email protected]>
Split rails_admin_spec.rb file into multiple, more specialized files. Tests for config - edit seem to be failing

github.com/railsadminteam/rails_admin - 7a20a06743aa733ed3e22847853fc577d5ecec36 authored about 14 years ago by Bogdan <[email protected]>
add a "home" link at the top of each page that links to '/'

I noticed that when I added Rails Admin to my app that there was no
way to navigate back up and ...

github.com/railsadminteam/rails_admin - cd9813e6cd5d3a65efeebea9b43e72bdc32f0451 authored about 14 years ago by toby cabot <[email protected]>
Replace remaining useage of the object_label and object_property helpers

by their config DSL counterparts.

github.com/railsadminteam/rails_admin - 030e1128d6ec57cd63bc8e185471f475dbcebcf2 authored about 14 years ago by Petteri Kääpä <[email protected]>
Add Finnish translation, add action name translations and fix

'save and add another' & 'save and edit' behaviour when using
translated buttons

github.com/railsadminteam/rails_admin - d1c266d7f6233274a8ad7667f1fda845ab95490c authored about 14 years ago by Petteri Kääpä <[email protected]>
Widen 'last used' column in dashboard as it was too narrow.

This change does not affect rendering as the nowrap css rule made
date overflow. It just gives m...

github.com/railsadminteam/rails_admin - 97c7e5fa99b57ef697a8bec458c7b495c65ec581 authored about 14 years ago by Petteri Kääpä <[email protected]>
Correct paging specs' descriptions

github.com/railsadminteam/rails_admin - a95eb026bd9515e5dd81c8945f9772c5e004c5ed authored about 14 years ago by Petteri Kääpä <[email protected]>
Make tests run notably faster by resetting only manipulated model's config after each test

github.com/railsadminteam/rails_admin - 0f47569290af9fabb3002d0009cd57245e8453de authored about 14 years ago by Petteri Kääpä <[email protected]>
Make tests run bit faster by caching RailsAdmin::AbstractModel.all

github.com/railsadminteam/rails_admin - 22d990b5780c346a4169248aa1fad707501ab323 authored about 14 years ago by Petteri Kääpä <[email protected]>
Add config DSL shortcuts for navigation and list views

github.com/railsadminteam/rails_admin - a3a6f5a8d6ff8a1533ed426a371ea3b3511dc751 authored about 14 years ago by Petteri Kääpä <[email protected]>
Upgrade to Rails 3.0.3

github.com/railsadminteam/rails_admin - c47de576621c156141d639b190bee614283ac13b authored about 14 years ago by Erik Michaels-Ober <[email protected]>
implement has-and-belongs-to-many associations

Much of the code was already there but it needed a little tweaking
based on the existing has-man...

github.com/railsadminteam/rails_admin - f05bc95df2e91bfdbe290af18e2f8e9d6c8f6877 authored about 14 years ago by toby cabot <[email protected]>
Upgrade to Rails 3.0.2

github.com/railsadminteam/rails_admin - d2ea4a675b1e0e6c5bbac14e90d68adad20e1d68 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
use Petteri's technique to escape the 'table' column

Found a place where we were hard-coding it as `table` and changed it
to use the connection-speci...

github.com/railsadminteam/rails_admin - dd83681a9292682d8fd6d7343b0408d08f3e5dd5 authored about 14 years ago by toby cabot <[email protected]>
fix workflow when an update has an error

We were rendering the :new page when an object edit had an error; this
would cause users to acci...

github.com/railsadminteam/rails_admin - 9560afbb2f73d92de3ea9097d8f0be438e1c66a6 authored about 14 years ago by toby cabot <[email protected]>
Field api docs and some minor refactorings

github.com/railsadminteam/rails_admin - fadfa35221f8c9e848057f7be64bfad8a468158f authored about 14 years ago by Petteri Kääpä <[email protected]>
Enable CRUD actions for the devise model and remove the registerable module dummy app's devise model (as instructed in the devise wiki)

github.com/railsadminteam/rails_admin - 11440180fb09b3136840f277cf80bab05a7eb8ec authored about 14 years ago by Petteri Kääpä <[email protected]>
Implement extensible field factory, password field type and a custom factory for devise models

github.com/railsadminteam/rails_admin - a400765cbb5c5efb39f46e8506f93eed955a2daf authored about 14 years ago by Petteri Kääpä <[email protected]>
Attaching virtual fields (objects methods) to list view

github.com/railsadminteam/rails_admin - 4fd659fa2fa80e7d4bfefa8012089a344b63036c authored about 14 years ago by Petteri Kääpä <[email protected]>
Update dummy_data development dependencies

github.com/railsadminteam/rails_admin - bf7942a3c6cee119ca30879f322e47ee0197c409 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Made "list" works with CamelCase models

github.com/railsadminteam/rails_admin - dc0aa0777fda5c53d44c0286440a1a9528e54f50 authored about 14 years ago by Emanuele Vicentini <[email protected]>
Add inverse accessor named 'optional' for the 'required' option in field configuration

github.com/railsadminteam/rails_admin - 23b0804f4f48a09bccc67f9e4b2dc62fab70fc57 authored about 14 years ago by Petteri Kääpä <[email protected]>
Include Fan model to the db clean up in the test suite

github.com/railsadminteam/rails_admin - 247b7a7a88eff186c4678910ba0bdbbceb978a9c authored about 14 years ago by Petteri Kääpä <[email protected]>
Add more tests for the edit view's configuration

github.com/railsadminteam/rails_admin - 10f83ae5e1ebbb75e7af002ce56c01cd05be6af1 authored about 14 years ago by Petteri Kääpä <[email protected]>
Update dummy app dependencies

github.com/railsadminteam/rails_admin - 051a78e7a8dc76dadb34e38ed3de978c72bc4efc authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Don't depend on Bundler on runtime when it isn't needed

github.com/railsadminteam/rails_admin - 7fcd582fd06914a21aa494adddb45f2cc6a7dced authored about 14 years ago by Nicolas Sanguinetti <[email protected]>
Swap rcov with simplecov for Ruby 1.9 compatibility

github.com/railsadminteam/rails_admin - 16a22e5f53a7bb95f7b0ed1c801b2b4fbcb44966 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Ignore byte-code compiled files (generated by Rubinius)

github.com/railsadminteam/rails_admin - 6be1c9dca5c2c35123426473f1582b3506946982 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Cleanup whitespace

github.com/railsadminteam/rails_admin - 840bc22c2eedb2856ef01f6c66c907511fa3ad47 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Quote a reserved word in most_recent history query with connection specific column name quotation

github.com/railsadminteam/rails_admin - 6b146b7c29a9be397e90f0ba74ccb4ba5c6bb38b authored about 14 years ago by Petteri Kääpä <[email protected]>
Make edit view's field groups hideable + tests

github.com/railsadminteam/rails_admin - d120253b9a7b13d41475a874e53dea8fcdf008c8 authored about 14 years ago by Petteri Kääpä <[email protected]>
Rename 'edit' view to 'update' and introduce 'edit' as an alias for bulk configuring both 'update' and 'create' views

github.com/railsadminteam/rails_admin - 8c05a0a73df88d6c6f11017ef63248545fe3e746 authored about 14 years ago by Petteri Kääpä <[email protected]>
Association's bound object's errors were being accessed by a wrong hash key

github.com/railsadminteam/rails_admin - 63d6bc64f6b12b4e5b854f660127439c9075a2d2 authored about 14 years ago by Petteri Kääpä <[email protected]>
Field instance has an abstract_model attribute reader, but no instance variable by that name

github.com/railsadminteam/rails_admin - 8f62bce43b646d9d104742d82580604cf4527d0e authored about 14 years ago by Petteri Kääpä <[email protected]>
implement the "Last used" field on the dashboard

Not sure if this is what was intended, but now it shows the date of
the most recent change for e...

github.com/railsadminteam/rails_admin - 40d0206030b1896fe3d1e070a30693cbe9376caa authored about 14 years ago by toby cabot <[email protected]>
take AR validations into account when deciding whether a field is required

Previously, a field's "required" or "optional" status in the
create/edit form was based only on ...

github.com/railsadminteam/rails_admin - c64c6e0b95ff47bdf1b639d83424776a68dd6bb8 authored about 14 years ago by toby cabot <[email protected]>
Ensure that list view ajax update does not use application layout

(see 5a2032f71c8e5e679f21eb49914cee281bb8496a)

Refactored main controller's list action to respo...

github.com/railsadminteam/rails_admin - 4e7b3afbae9fc7690e7bb80d14691a6f158bdcf3 authored about 14 years ago by Petteri Kääpä <[email protected]>
Specialize Groupable mixin in edit view field groupings

github.com/railsadminteam/rails_admin - d0d37b5c115cf23f7d1a2733cbff2bc1c6b6b36d authored about 14 years ago by Petteri Kääpä <[email protected]>
update dummy_app/Gemfile.lock to make it more generic

It got checked in by accident with a specific developer's filesystem
path.

github.com/railsadminteam/rails_admin - 28f3dc7d7f8db826a39a9f49f1ebb361effdcb6e authored about 14 years ago by toby cabot <[email protected]>
ensure that the dashboard history ajax update doesn't use the application layout

If the app in which rails_admin was installed had an application
layout (which most of them do) ...

github.com/railsadminteam/rails_admin - 5a2032f71c8e5e679f21eb49914cee281bb8496a authored about 14 years ago by toby cabot <[email protected]>
fix README filename in gemspec: README.rdoc -> README.mkd

github.com/railsadminteam/rails_admin - 6e2d465a8012004d90b2a6a6339dcf18e499ff9d authored about 14 years ago by toby cabot <[email protected]>
Make copy-edits

github.com/railsadminteam/rails_admin - 2b70c247e539432d53dbe2b33c3fba549b9e9b0c authored about 14 years ago by Diana Kimball <[email protected]>
Add Toby to credits

github.com/railsadminteam/rails_admin - a702372dfd3e9329bdd4423cfd1e20514438aa36 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Add Caio to Credits

github.com/railsadminteam/rails_admin - 06e03c8d90d4732a1d5ef9cbebe0f6ed8134032c authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Add Christian to Credits

github.com/railsadminteam/rails_admin - e3e3e5f0584d93fe811f37382d87ee8f7bb34741 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Reformat in Markdown

github.com/railsadminteam/rails_admin - 9b04b8304e935805e430c1429e0c96620d2954a9 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Merge remote branch 'ccabot/history_fixes'

github.com/railsadminteam/rails_admin - 5716f67257097b0014778372dc20db278846845b authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Don't display user info if there's no user

github.com/railsadminteam/rails_admin - 676e07516bad3bae13a68f55e2399da9fd219e8d authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Merge remote branch 'caiotarifa/master'

github.com/railsadminteam/rails_admin - d5736a602713182b2b1fa281e302a19f776c433e authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Fix RSpec deprecation warnings

github.com/railsadminteam/rails_admin - e062c705812bf59741503db81399fa5cd438aa73 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Update rspec and thor

github.com/railsadminteam/rails_admin - d917a17061597297a1212ff536397f8aab987faf authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Updating the README for the new screenshots.

github.com/railsadminteam/rails_admin - 33a28e0dfc9b64f404923b35b88a0f209e39aed2 authored about 14 years ago by caiotarifa <[email protected]>
Updating the README for the new screenshots.

github.com/railsadminteam/rails_admin - 876d3c31842ae86e7c85483103311d6ceb573de3 authored about 14 years ago by caiotarifa <[email protected]>
Copy license from MerbAdmin, since this is a derivative work.

Closes #124.

github.com/railsadminteam/rails_admin - b236903df86c466c04651c122c92e7b7308dd162 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Updating screenshots and fix some CSS bugs.

github.com/railsadminteam/rails_admin - e0559f77799b18a8c5e7591bd5d2877e6db20ef3 authored about 14 years ago by Caio Tarifa <[email protected]>
added a "History" breadcrumb to the model history page

github.com/railsadminteam/rails_admin - dbb27ab876cd53d34b8a4e6af2af96618752cab4 authored about 14 years ago by toby cabot <[email protected]>
removed some dead code

The history controller show method (and the route to it) isn't used by
anything.

github.com/railsadminteam/rails_admin - 9c86a199d47b269bd9de5659fd372cb850b40aef authored about 14 years ago by toby cabot <[email protected]>
fixed history links on model list page and item edit page

They used to point to a controller that returned a json summary, but
there was existing code to ...

github.com/railsadminteam/rails_admin - 69b935c47c62dabaa39ff1e2b3911e56bed4668d authored about 14 years ago by toby cabot <[email protected]>
Merge remote branch 'origin/master' into history_fixes

Conflicts:
app/views/rails_admin/main/_history.html.erb
app/views/rails_admin/main/index.html....

github.com/railsadminteam/rails_admin - 0b3ffde736a0085a274cdbb9b56cad3bf1675d0c authored about 14 years ago by toby cabot <[email protected]>
move history_output() from main_helper to application_helper

It wasn't accessible to the history view that renders the history for
the AJAX slider updates.

github.com/railsadminteam/rails_admin - 8cb154cb92484061f014f20f6c6ed6762337bc1b authored about 14 years ago by toby cabot <[email protected]>
trivial grammar change: where -> were

github.com/railsadminteam/rails_admin - 403153ec7cefb0bfc5775fcf3767803155122ad6 authored about 14 years ago by toby cabot <[email protected]>
Clean up pending test that had some copypaste code in its body

github.com/railsadminteam/rails_admin - 6ea4d06e82ddbcebb3c9754671da05c6b001d051 authored about 14 years ago by Petteri Kääpä <[email protected]>
Add an example of customizing authentication to the readme

github.com/railsadminteam/rails_admin - c7b0c6df90f637fc3d86a9c6b848e59fad05c6ac authored about 14 years ago by Petteri Kääpä <[email protected]>
Add test where authentication is disabled. Added checks for presence of 'current_user' where required to make the test pass

github.com/railsadminteam/rails_admin - 436ce3962e88d6f20c1bbf1228992e5bb33cd1d1 authored about 14 years ago by Petteri Kääpä <[email protected]>
Add valid 'for' attributes for 'label' elements in m2m associations' input widgets and made it point to widgets' search fields

github.com/railsadminteam/rails_admin - 81d60d0efdd2f88f58df29e9f12230bec7dd96a5 authored about 14 years ago by Petteri Kääpä <[email protected]>
make the dashboard history section a little prettier

Add month and year header for "padding" months (looks more consistent)
Move "No Activity" messag...

github.com/railsadminteam/rails_admin - 260b7e5f3f6b7429e19578fe0fd2c9191ae1fde7 authored about 14 years ago by toby cabot <[email protected]>
Cache excluded state in model's config for performance

github.com/railsadminteam/rails_admin - 7431763c2518c01ca50bd4767353ed72195995f7 authored about 14 years ago by Petteri Kääpä <[email protected]>
Use profile option in rspec settings

github.com/railsadminteam/rails_admin - 382d59b5bd86bbe88c675f0bf1fec4f1c93815f8 authored about 14 years ago by Petteri Kääpä <[email protected]>
trivial grammar change: where -> were

github.com/railsadminteam/rails_admin - e25bfec7acc9620b85c0da2a3d128b9079b5a4f1 authored about 14 years ago by toby cabot <[email protected]>
DRY up history rendering

Moved code that was duplicated in the index and history views into a
partial so it can be shared.

github.com/railsadminteam/rails_admin - 811a0cab5a21c3616d22bcbd6461ab89bae3732a authored about 14 years ago by toby cabot <[email protected]>
fix dashboard history slider ajax update

It was calling "/admin/history/show" which returned a JSON history
summary which was then showed...

github.com/railsadminteam/rails_admin - 18e28caab354ac831e9c26bf58279bae644748b8 authored about 14 years ago by toby cabot <[email protected]>
fix history slider date formatting

The format string that we used to format the history dates on the
dashboard page was interpreted...

github.com/railsadminteam/rails_admin - a8525801634cbd84203939d49a66ded70a404584 authored about 14 years ago by toby cabot <[email protected]>
DRY up history rendering

Moved code that was duplicated in the index and history views into a
partial so it can be shared.

github.com/railsadminteam/rails_admin - 89e22f7b6b1daeb3fb184ca5b97d7a0ea6fd8db5 authored about 14 years ago by toby cabot <[email protected]>
move history_output() from main_helper to application_helper

It wasn't accessible to the history view that renders the history for
the AJAX slider updates.

github.com/railsadminteam/rails_admin - 071e720c0a5e02065b85f0d69e2588d3e461f1af authored about 14 years ago by toby cabot <[email protected]>
fix dashboard history slider ajax update

It was calling "/admin/history/show" which returned a JSON history
summary which was then showed...

github.com/railsadminteam/rails_admin - 0c3ea2415ad7bd64e185b256b44e803605495040 authored about 14 years ago by toby cabot <[email protected]>
fix history slider date formatting

The format string that we used to format the history dates on the
dashboard page was interpreted...

github.com/railsadminteam/rails_admin - 1459c9ea7c0e3d0dc5439e5a348f5ee262418d67 authored about 14 years ago by toby cabot <[email protected]>
change from git protocol to http

HTTP is more firewall-friendly so it's easier for those of us
unfortunate souls that have to wor...

github.com/railsadminteam/rails_admin - f4016234519004e78f3fdb5f1237a0a7e1f25f17 authored about 14 years ago by toby cabot <[email protected]>
trivial grammar fix: possessive, not contraction

github.com/railsadminteam/rails_admin - b14d5ed838e337c5b5d05fbf4d979622b93de638 authored about 14 years ago by toby cabot <[email protected]>
fix spelling error

github.com/railsadminteam/rails_admin - 1f2699ae10d330e47f7ae96b6a209ab76fdb1aa1 authored about 14 years ago by toby cabot <[email protected]>
Fix for issue 119: excluded models don't stay that way

github.com/railsadminteam/rails_admin - 27553504bfb7eb356a31d1ae20c98440445515b2 authored about 14 years ago by Petteri Kääpä <[email protected]>
First take on the documentation of the configuration DSL

github.com/railsadminteam/rails_admin - a15142c6fcef5f7a0723f3cf657adbc6ff4b25e6 authored about 14 years ago by Petteri Kääpä <[email protected]>
Finalize tests for list view's current features

github.com/railsadminteam/rails_admin - 484836c6a7d029daa1aed287a459cdaa097db6e0 authored about 14 years ago by Petteri Kääpä <[email protected]>
Bump sqlite3-ruby dependency to 1.3.2

github.com/railsadminteam/rails_admin - 56e58dfca33dd020c3a6c62905174411f4f01531 authored about 14 years ago by Erik Michaels-Ober <[email protected]>
Makes devise integration optional at runtime

github.com/railsadminteam/rails_admin - 009ccfc0ad4466e6a2fbe9ab1e2e269931a0c6c0 authored about 14 years ago by Daniel Neighman <[email protected]>
Fix association's default group in edit views

github.com/railsadminteam/rails_admin - 84882830bdb59d2d4d85f9fd1b478e2693da7e8a authored about 14 years ago by Petteri Kääpä <[email protected]>