Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged mysql

  • InnoDB Migrations

    Sets the default table type to InnoDB for new tables created with ActiveRecord migrations.

  • MySQL Bigint

    Adds support for bigint columns in mysql databases.

  • Enumerated Columns

    Support for enumerated colums in MySQL or check constraints in other databases.

  • acts_as_fulltext_indexed

    A MySQL-specific plugin that allows you to perform fulltext searching on models backed by InnoDB tables, so you get transactions, foreign keys, and row-level locking while retaining the power of fulltext search.

  • RailsMyAdmin

    Bolts on a backend model management system to an existing Rails app.

  • DB Log Cleaner

    Strips excess schema-related queries from development.log when using PostgreSQL or MySQL.

  • FastSessions

    FastSessions is a sessions class for ActiveRecord sessions store created to work fast (really fast). It uses some techniques which are not so widely known in developers' community and only when they cause huge problems, performance consultants are trying to help with them.

  • Spatial Adapter

    Provides transparent support for PostGIS and MySQL Spatial geometric columns in Rails.

  • import_with_load_data_in_file

    Bulk insert records at the speed of light using the MySql "LOAD DATA IN FILE" feature.

  • MySQL Foreign keys

    Adds two methods to migrations for adding and removing foreign keys on MySQL tables.