Skip to content

theworkinggroup/rails_mysql_hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Hacks
===========

This is a collection of extensions for the MySQL part of ActiveRecord and associated modules.

 * Support for FORCE INDEX in queries via find(:all, :index => 'index_name')
 * Support for SQL_CALC_FOUND_ROWS via find(:all, :count_rows => true)
 * Support for FULLTEXT INDEX via add_fulltext_index method for migrations
 * Support within schema.rb for MySQL VIEWs
 

About

Useful Rails MySQL Patches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages