| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgot to include Mixins::Touch by default | David Heinemeier Hansson | 2004-12-08 | 1 | -0/+1 |
* | Added ActiveRecord::Mixins::Touch that will record creation and update times ... | David Heinemeier Hansson | 2004-12-08 | 2 | -1/+50 |
* | Added ActiveRecord::Mixins::List that can decorates an existing class with me... | David Heinemeier Hansson | 2004-12-08 | 2 | -1/+16 |
* | Renamed from ListMixin and mixins/list_mixin.rb to Mixins::List and mixin/lis... | David Heinemeier Hansson | 2004-12-08 | 3 | -154/+157 |
* | Unofficially added ListMixin | David Heinemeier Hansson | 2004-12-08 | 1 | -0/+154 |
* | Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if... | David Heinemeier Hansson | 2004-12-08 | 1 | -2/+4 |
* | Killed the out of place alias and made sure you can use the different HTTP me... | David Heinemeier Hansson | 2004-12-08 | 2 | -6/+17 |
* | Only nuke the AbstractApplicationController if its available | David Heinemeier Hansson | 2004-12-08 | 1 | -1/+1 |
* | Added named bind-style variable interpolation #281 [Michael Koziarski] | David Heinemeier Hansson | 2004-12-08 | 3 | -6/+60 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@77 5ecf4fe2-1ee6-03... | David Heinemeier Hansson | 2004-12-08 | 1 | -1/+0 |
* | Updated Builder to 1.2.2 | David Heinemeier Hansson | 2004-12-08 | 1 | -1/+4 |
* | Added the option for sanitizing find_by_sql and the offset parts in regular f... | David Heinemeier Hansson | 2004-12-07 | 3 | -5/+50 |
* | Forgot another small change with the new generators | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+1 |
* | Forgot a small change with the new generators | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+2 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@72 5ecf4fe2-1ee6-03... | David Heinemeier Hansson | 2004-12-07 | 1 | -12/+13 |
* | New error checking removes the necessity for giving a specific error page alo... | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+1 |
* | Fixed value quoting in all generated SQL statements, so that integers are not... | David Heinemeier Hansson | 2004-12-07 | 10 | -51/+71 |
* | Fixed has_and_belongs_to_many guessing of foreign key so that keys are genera... | David Heinemeier Hansson | 2004-12-07 | 2 | -1/+4 |
* | Added counter_sql option for has_many associations [bitsweat] | David Heinemeier Hansson | 2004-12-07 | 6 | -43/+69 |
* | Added the possibility of having validate be protected for assert_(in)valid_co... | David Heinemeier Hansson | 2004-12-07 | 3 | -7/+10 |
* | Trick tests on url_for | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+9 |
* | Fixed that methods wrapped in callbacks still return their original result #2... | David Heinemeier Hansson | 2004-12-07 | 2 | -25/+32 |
* | Make the dispatch.rb behave after being run by the WEBrick dispatcher | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+1 |
* | Added a better generator for scaffolding that actually creates the code, so i... | David Heinemeier Hansson | 2004-12-07 | 36 | -112/+706 |
* | Added that ActiveRecordHelper#form now calls url_for on the :action option. | David Heinemeier Hansson | 2004-12-07 | 3 | -4/+6 |
* | Fixed a bug with the HEAD stuff | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+1 |
* | Fixed the Inflector to handle the movie/movies pair correctly #261 [Scott Baron] | David Heinemeier Hansson | 2004-12-07 | 4 | -0/+5 |
* | Documentation bugs | David Heinemeier Hansson | 2004-12-07 | 1 | -2/+2 |
* | Added all the HTTP methods as alternatives to the generic "process" for funct... | David Heinemeier Hansson | 2004-12-07 | 3 | -2/+54 |
* | Added indifference to whether @headers["Content-Type"], @headers["Content-typ... | David Heinemeier Hansson | 2004-12-07 | 3 | -5/+18 |
* | Added bind-style variable interpolation for the condition arrays that uses th... | David Heinemeier Hansson | 2004-12-07 | 3 | -11/+32 |
* | Added CSV format for fixtures #272 [what-a-day] | David Heinemeier Hansson | 2004-12-07 | 2 | -36/+145 |
* | Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schw... | David Heinemeier Hansson | 2004-12-07 | 2 | -10/+33 |
* | Fixed fixtures using primary key fields called something else than "id" #270 ... | David Heinemeier Hansson | 2004-12-06 | 2 | -1/+3 |
* | Added TestSession#session_id that returns an empty string to make it easier t... | David Heinemeier Hansson | 2004-12-06 | 2 | -0/+7 |
* | Syntax errors and other exceptions thrown outside of an action are now gracef... | David Heinemeier Hansson | 2004-12-06 | 12 | -52/+40 |
* | Cleaned it up | David Heinemeier Hansson | 2004-12-06 | 1 | -37/+12 |
* | Added an easier way of starting a IRB session on the environment | David Heinemeier Hansson | 2004-12-06 | 1 | -0/+3 |
* | Added an easier way of starting a IRB session on the environment | David Heinemeier Hansson | 2004-12-06 | 2 | -2/+32 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@47 5ecf4fe2-1ee6-03... | David Heinemeier Hansson | 2004-12-06 | 0 | -0/+0 |
* | Added extra words of caution for guarding against SQL-injection attacks | David Heinemeier Hansson | 2004-12-06 | 1 | -3/+7 |
* | Fixed that cached template loading would still check the file system to see i... | David Heinemeier Hansson | 2004-12-01 | 2 | -1/+4 |
* | Dont include the primary key in updates -- its unneeded and SQL Server chokes... | David Heinemeier Hansson | 2004-12-01 | 1 | -3/+3 |
* | Added options to tailor header tag, div id, and div class on ActiveRecordHelp... | David Heinemeier Hansson | 2004-12-01 | 3 | -8/+37 |
* | Added proper handling of time fields that are turned into Time objects with t... | David Heinemeier Hansson | 2004-12-01 | 8 | -4/+37 |
* | Added graceful handling of non-alphanumeric names and misplaced brackets in i... | David Heinemeier Hansson | 2004-12-01 | 3 | -19/+49 |
* | Added reverse order of deleting fixtures, so referential keys can be maintain... | David Heinemeier Hansson | 2004-12-01 | 5 | -23/+26 |
* | Added a real reference to the irc channel, and updated the name of the networ... | David Heinemeier Hansson | 2004-12-01 | 1 | -1/+2 |
* | script/new_controller should create directory for views even when no actions ... | David Heinemeier Hansson | 2004-12-01 | 1 | -0/+3 |
* | Fixed infinite loop when environment is missing in database.yml | David Heinemeier Hansson | 2004-12-01 | 1 | -2/+6 |