| 7953eb1 |
2006-11-03 |
merge [5424] from trunk |
| ceb3859 |
2006-11-03 |
Turns out call_stack slows down the entire app, so just ... |
| 855e0f6 |
2006-11-02 |
merge [5408] from trunk |
| 2dd98cf |
2006-11-02 |
umm ... who left that there |
| c7f28e0 |
2006-11-02 |
Merge in [5392] and [5393] from trunk. |
| 61bcbfb |
2006-11-02 |
Little better formatting of this string. |
| fa58808 |
2006-11-02 |
Don't do call_stack warning all the time, only if a brea... |
| 6eb941e |
2006-11-01 |
Merge breakpoint/1.8.5 fix from [5380] |
| c1c96d5 |
2006-11-01 |
If using Ruby 1.8.5, pull in call_stack so breakpointer ... |
| 0bc2485 |
2006-05-01 |
Add README to gem [Dave Thomas] |
| 34a7f66 |
2006-04-07 |
Not all file systems are case sensitive. Things like 'r... |
| 6b3bc1b |
2006-04-04 |
A better idea, take the -qr HEAD log as before but use t... |
| fb8428f |
2006-04-04 |
If using svn 1.1.x and no REVISION is specified, give an... |
| 8935209 |
2006-03-26 |
Don't raise when the migration file is missing or it'll ... |
| c954a5b |
2006-03-26 |
When doing svn log -qr HEAD trunk/url, a log message wit... |
| 9fcbd37 |
2006-03-01 |
When freezing to edge, we should also export railties/bi... |
| a447e82 |
2006-02-08 |
A more aesthetically pleasing implementation and changel... |
| 2d73093 |
2006-02-08 |
Make String#last behave more like Array#last, i.e. |
| 16a31cc |
2005-12-30 |
Apply [3359] to stable branch. |
| 63c822a |
2005-12-30 |
Make auto_link handle nil by returning quickly if blank? |
| b05f0c8 |
2005-12-20 |
Oops, I killed Tobi's changelog entries. |
| 88bb279 |
2005-12-20 |
Fix change_column to work with postgres 7.x and 8.x. |
| d5441b2 |
2005-12-20 |
DRY up PG's add_column a bit to use change_column_defaul... |
| 1235d26 |
2005-12-20 |
Check for the key instead of the value, because it (the ... |
| 339fff7 |
2005-11-10 |
This does not need to be thread local (thanks skaes). |
| c9ae41f |
2005-11-07 |
Adding new scripts should set them 0755. |
| 0259491 |
2005-10-30 |
Fix problem where redirecting components can cause an |
| 3a2943c |
2005-10-25 |
Take a different approach to keeping flash around when u... |
| ccd18dc |
2005-10-15 |
Should be RAILS_ROOT/test/fixtures. |
| f8f4ecc |
2005-10-15 |
If a component redirects when called with render_compone... |
| 83b390b |
2005-09-28 |
Returning false in before_destroy should cancel action. ... |
| e1024e5 |
2005-09-27 |
#2261 was supposed to have been closed as wontfix, not s... |
| a111e1a |
2005-09-27 |
Keep flash after component is rendered. Closes #2291. |
| 76a7a52 |
2005-09-27 |
Fix serialization problem with YAML in 1.8.3 |
| e7059fd |
2005-09-25 |
Fix migrations with PG 7.x. |
| fa7d4a6 |
2005-09-25 |
This seems unnecessary to call in teardown and is causin... |
| 49c67ea |
2005-09-01 |
Don't require the environment just to clear the logs #20... |
| 6500981 |
2005-08-12 |
Preserve +x on scripts when using darcs #1929 [Scott Bar... |
| cc0105c |
2005-08-12 |
Added -w flag to ps in process/reaper #1934 [Scott Barron] |
| 50e2474 |
2005-08-06 |
Make assert_redirected_to properly check URL's passed as... |
| e59bfc8 |
2005-06-21 |
Added a fall-through action for form_remote_tag that'll ... |
| b69199c |
2005-06-21 |
Fixed that mailer generator generated fixtures/plural wh... |
| d09e42c |
2005-03-23 |
Fixed that AR exists?() would explode on postgresql if t... |
| 36a9eff |
2005-03-06 |
Added support for timestamp with time zone in PostgreSQL... |
| 12c775f |
2005-03-06 |
Added app/apis and components to code statistics report ... |
| 25b656f |
2005-03-06 |
Fixed that single quote was not escaped in a UrlHelper#l... |
| 5e44eda |
2005-03-06 |
Fixed that HasManyAssociation#count was using :finder_sq... |
| 654370d |
2005-03-02 |
Fixed that RAILS_ROOT might not be defined when AP was l... |