- 28 Dec, 2011 1 commit
-
-
Turadg Aleahmad authored
fix column pattern regex
-
- 23 Dec, 2011 1 commit
-
-
lucapette authored
-
- 21 Dec, 2011 7 commits
-
-
Cuong Tran authored
Allow task loading from Rakefile for gems (by ijcd)
-
Cuong Tran authored
Options parsing should dig booleans from ENV
-
Cuong Tran authored
Add support for Fabrication fabricators (by ijcd)
-
Ian Duggan authored
Allow task loading from Rakefile for gems (plugin installation already auto-detects). Add skip_on_db_migrate option as well for people that don't want it.
-
Ian Duggan authored
Fix options parsing to convert strings to proper booleans. Change annotate to use options hash instead of ENV.
-
Ian Duggan authored
-
Ian Duggan authored
-
- 10 Dec, 2011 2 commits
-
-
Turadg Aleahmad authored
Optional trailing newlines after schema info block
-
Nathan Broadbent authored
We had stripped the trailing newlines from our Schema Information section. This small fix supports that case.
-
- 06 Dec, 2011 1 commit
-
-
Turadg Aleahmad authored
rake task is 'build', not 'gem'
-
- 05 Dec, 2011 1 commit
-
-
Ankur Sethi authored
-
- 18 Nov, 2011 2 commits
-
-
Turadg Aleahmad authored
match indexes and column options too when comparing annotation headers
-
Barnabas Debreczeni authored
-
- 12 Nov, 2011 1 commit
-
-
Cuong Tran authored
Leave magic encoding comment intact
-
- 11 Nov, 2011 1 commit
-
-
Yuanxuan Wang authored
-
- 16 Sep, 2011 2 commits
-
-
Turadg Aleahmad authored
fix bug producing "Already memoized" on models
-
Alex Eagle authored
-
- 15 Sep, 2011 1 commit
-
-
Cuong Tran authored
Implement FactoryGirl
-
- 14 Sep, 2011 2 commits
-
-
Ryan Taylor Long authored
-
Ryan Taylor Long authored
-
- 02 Sep, 2011 2 commits
-
-
Turadg Aleahmad authored
-
Turadg Aleahmad authored
Support :change migrations in Rails 3.1
-
- 11 Aug, 2011 3 commits
-
-
Cuong Tran authored
Explain how to install into Gemfile using latest code from Github
-
Turadg Aleahmad authored
Clarify install options.
-
Turadg Aleahmad authored
-
- 22 Jul, 2011 1 commit
-
-
Cuong Tran authored
Allow for non standard model capitalization (mcommons/master)
-
- 20 Jul, 2011 1 commit
-
-
Mal McKay authored
-
- 24 Jun, 2011 1 commit
-
-
Cuong Tran authored
Fixed that schema kept prepending additional newlines
-
- 23 Jun, 2011 1 commit
-
-
Jack Danger Canty authored
Prior to this patch every time the schema was regenerated at the end of the file it prepended an additional newline character. This made the schema slowly creep down the file over time. Finally annoyed me enough to fork and fix ;)
-
- 21 Jun, 2011 6 commits
-
-
Cuong Tran authored
Updates to make annotate smarter about when to touch a model
-
Cuong Tran authored
Compatibility patch
-
Cuong Tran authored
Specify Development dependencies
-
Bill Harding authored
Recognize column+type, and don't change a file unless the column+type combination of the new schema are different than that of the old (i.e., don't regenerate if columns happen to be in a different order. That's just how life is sometimes) Grab old specification even if it has \r\n as line endings rather than pure \ns Remove gemspec line causing a warning
-
Jeremy Olliver authored
-
Jeremy Olliver authored
-
- 20 Jun, 2011 2 commits
-
-
Jeremy Olliver authored
-
Jeremy Olliver authored
-
- 08 Jun, 2011 1 commit
-
-
Cuong Tran authored
fix for require statements in tasks
-