search for: geech

Displaying 1 result from an estimated 1 matches for "geech".

Did you mean: geec
2004 Oct 25
1
Rails 0.8: Just shy of 100 additions, changes, tweaks, and fixes!
...exceptions knowing that the save will be rolled back. [Suggested by Alexey Verkhovsky] * Added column name quoting so reserved words, such as "references", can be used as column names [Ryan Platte] * Added the possibility to chain the return of what happened inside a logged block [geech]: This now works: log { ... }.map { ... } Instead of doing: result = [] log { result = ... } result.map { ... } * Added "socket" option for the MySQL adapter, so you can change it to something else than "/tmp/mysql.sock" [Anna Liss Cruz...