Skip to content

Instantly share code, notes, and snippets.

@rizwanreza
Created January 21, 2010 15:46
Show Gist options
  • Save rizwanreza/282895 to your computer and use it in GitHub Desktop.
Save rizwanreza/282895 to your computer and use it in GitHub Desktop.
List of patches that can be applied straight-away.
* The patch adds up support for PostgreSQL case sensitive columns called citex.
https://rails.lighthouseapp.com/projects/8994/tickets/3174
* PostgreSQL timestamp with zone type support
https://rails.lighthouseapp.com/projects/8994/tickets/3777
* ActiveRecord#touch without validations and add ActiveRecord#touch! with validations
https://rails.lighthouseapp.com/projects/8994/tickets/2520
##################################
To be reviewed by Yehuda Katz
##################################
https://rails.lighthouseapp.com/projects/8994/tickets/948 - template lookup should search controller inheritance chain
https://rails.lighthouseapp.com/projects/8994/tickets/2522 - method_missing in controller should receive symbol instead of string
##################################
To be reviewed by Pratik Naik
##################################
- https://rails.lighthouseapp.com/projects/8994/tickets/876 - :limit for primary key columns
- https://rails.lighthouseapp.com/projects/8994/tickets/918 - PostgreSQL: tables not generating correct schema list
- https://rails.lighthouseapp.com/projects/8994/tickets/1605 - Create schema during 'rake db:create' for PostgreSQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment