Skip to content
Sergey Malykh edited this page Jun 4, 2015 · 176 revisions

Troubleshoot? check me first

Overview

  1. Introduction to RailsAdmin

Configuration

  1. Base RailsAdmin configuration
  2. Actions
  3. Navigation
  4. Models
  5. Groups
  6. Fields
  7. Translations

Integration Testing

Rspec with Capybara examples

Actions

Base

Field types

Base

Associations

Associations types

Sections

Base

User integration

Extend RailsAdmin (RailsAdmin API)

Styling

Routing

Recipes

Plugins

Authorization/Auditing

Field extension

Custom action

  • RailsAdminClone: Clone records
  • RailsAdminImport: Import data from a csv file
  • RailsAdminImport++: Extends import plugin. Allows the user to set a key field to lookup records, updating if the record exists and creating a new records otherwise. Also allows user to immigrate records from an rss feed. Experimental.
  • RailsAdminState: Manage state_machine states with rails_admin
  • RailsAdminToggleable: Toggle boolean fields in index view

Misc.

Clone this wiki locally