| 9b9b293 |
2009-03-10 |
Properly decode \u escape sequences in JSON [#1100 state... |
| 1e6c50e |
2009-03-09 |
Ensure has_many :through works with changed primary keys... |
| 5c08607 |
2008-07-14 |
Make script/plugin install <plugin> -r <revision> option... |
| 3a95ee7 |
2008-07-02 |
Make rake test:uncommitted work with Git. |
| 3a0d8ad |
2008-05-13 |
Fix tests broken by mocha absence [#186 state:resolved] |
| 1d5ea18 |
2008-02-16 |
Sort files to test to make load order platform independe... |
| 4a9fc44 |
2008-02-07 |
Remove ERB trim variables from trace template in case Ac... |
| 9661395 |
2007-12-13 |
Remove references to nonexistent :joins documentation. C... |
| 92f02ad |
2007-12-02 |
Don't escape forward slashes with String#to_json, our un... |
| e7c5da6 |
2007-12-02 |
Handle 8.1 default formatting. Closes #10333 [Tim Pope] |
| ee1ad76 |
2007-11-04 |
Added --skip-timestamps to generators that produce model... |
| 3ba2334 |
2007-10-29 |
Excise generated whitespace. Closes #10017 [Tim Pope] |
| c708346 |
2007-10-29 |
Change JSON to encode %w(< > &) as 4 digit hex codes to ... |
| 8a9f43e |
2007-09-06 |
Fix activesupport atomic_write tests when Dir.tmpdir is ... |
| 83ce4c5 |
2007-06-01 |
Remove RAILS_ROOT from backtrace paths. Closes #8540. |
| e2ad603 |
2007-05-27 |
Normalize whitespace. Closes #8385 [Time Pope] |
| 74d1512 |
2007-05-24 |
Added option to suppress :size when using :maxlength for... |
| c7befb8 |
2007-05-06 |
Generators use *.html.erb view template naming. Closes #... |
| 178880e |
2007-04-21 |
Use XSD-compatible type names for Hash#to_xml and make t... |
| eb7a304 |
2007-04-20 |
apply [6543] to edge. Closes #5044 [tpope] |
| 4d5b913 |
2006-11-05 |
pluralize helper interprets nil as zero. Closes #6474. |