1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Aaron Patterson
458f9c4360 fixing warning 2010-09-06 17:18:10 -07:00
Aaron Patterson
e4f6272b84 select manager responds to order 2010-09-06 17:17:49 -07:00
Aaron Patterson
55d1f9fd12 adding string join nodes and a visitor to produce backwards compatible "join_sql" 2010-08-24 17:59:03 -07:00
Aaron Patterson
3bc3b145ae Squashed commit of the following:
commit 3c6727732b349551df342b9eee66ed53d47e53eb
Author: Aaron Patterson <aaron.patterson@gmail.com>
Date:   Mon Aug 23 14:11:34 2010 -0700

    adding table alias
2010-08-23 14:24:00 -07:00
Aaron Patterson
6b851c686f joins can be created 2010-08-18 16:32:32 -07:00
Aaron Patterson
f47d083c5b table responds to take 2010-08-16 15:02:37 -07:00
Aaron Patterson
6544a9b369 adding deprecated crud module for backwards compat 2010-08-16 14:56:56 -07:00
Aaron Patterson
b1e7bd7d02 insert manager is starting to take shape 2010-08-13 15:30:22 -07:00
Aaron Patterson
a37bdba9be table responds to "project" 2010-08-13 14:13:38 -07:00
Aaron Patterson
5d7cad6079 Table.new can take a hash for the second param 2010-08-13 11:53:36 -07:00
Aaron Patterson
bfe0348889 table responds to where, column info is cached 2010-08-13 11:30:24 -07:00
Aaron Patterson
38b10d5ea1 project works with strings 2010-08-13 08:11:08 -07:00
Aaron Patterson
e573a9ea46 limits are added 2010-08-12 21:21:20 -07:00
Aaron Patterson
d827d6e9ee to_sql visitor started 2010-08-12 15:40:58 -07:00
Aaron Patterson
196b4e05b7 tables can fetch attributes 2010-08-12 14:55:31 -07:00
Aaron Patterson
1036749e39 starting a spec for the table 2010-08-12 14:24:21 -07:00
Aaron Patterson
bd5f19371f adding a table and engine 2010-08-12 11:24:16 -07:00