index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added app/services as a default dir in the Rails skeleton and to the load pat...
David Heinemeier Hansson
2005-10-28
5
-2
/
+6
*
Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...
David Heinemeier Hansson
2005-10-28
5
-15
/
+39
*
Fixed scaffold generator when started with only 1 parameter (closes #2609) [s...
David Heinemeier Hansson
2005-10-28
3
-1
/
+20
*
Made more tests for SQLServer pass (closes #2486) [Tom Ward]
David Heinemeier Hansson
2005-10-28
1
-3
/
+3
*
Added migration support to SQL Server adapter (please someone do the same for...
David Heinemeier Hansson
2005-10-28
6
-31
/
+143
*
Fix that render :text didn't interpolate instance variables (Closes #2629, #2...
David Heinemeier Hansson
2005-10-28
4
-1
/
+15
*
r3801@sedna: jeremy | 2005-10-28 00:42:28 -0700
Jeremy Kemper
2005-10-28
2
-2
/
+4
*
r3800@sedna: jeremy | 2005-10-28 00:39:05 -0700
Jeremy Kemper
2005-10-28
5
-15
/
+90
*
Fix line number detection and escape RAILS_ROOT in backtrace Regexp
Nicholas Seckar
2005-10-27
3
-4
/
+4
*
rake should run functional tests even if the unit tests have failures [Jim We...
David Heinemeier Hansson
2005-10-27
3
-3
/
+11
*
When loading classes using const_missing, raise a NameError if and only if th...
Nicholas Seckar
2005-10-27
2
-8
/
+10
*
Recognize ./#{RAILS_ROOT} as RAILS_ROOT in error traces
Nicholas Seckar
2005-10-27
2
-1
/
+3
*
Back off cleanpath to be symlink friendly. Closes #2533
Nicholas Seckar
2005-10-27
2
-2
/
+4
*
Add name to changelogs
Nicholas Seckar
2005-10-27
1
-2
/
+2
*
Update documentation for observers to reflect new configuration system.
Marcel Molina
2005-10-27
1
-3
/
+4
*
Refactor DB exceptions and deal more with DB2 (closes #2624)
David Heinemeier Hansson
2005-10-27
12
-62
/
+58
*
Bump to Prototype 1.4.0_rc2
Sam Stephenson
2005-10-26
2
-19
/
+21
*
Remove fingerprinting from AR session store; fix bug in store. Closes #2612
Nicholas Seckar
2005-10-26
2
-29
/
+22
*
Add exception to example (closes #2315)
David Heinemeier Hansson
2005-10-26
1
-0
/
+1
*
Proper CSS color definition (closes #2334)
David Heinemeier Hansson
2005-10-26
3
-3
/
+3
*
Added TextHelper#strip_tags for removing HTML tags from a string (using HTMLT...
David Heinemeier Hansson
2005-10-26
3
-0
/
+33
*
Fixed docs (closes #2468)
David Heinemeier Hansson
2005-10-26
10
-36
/
+36
*
Added :offset and :limit to the kinds of options that Base.constrain can use ...
David Heinemeier Hansson
2005-10-26
3
-1
/
+30
*
Added a reader for flash.now, so it's possible to do stuff like flash.now[:al...
David Heinemeier Hansson
2005-10-26
3
-0
/
+15
*
Added petabytes and exebytes to numeric extensions (closes #2397) [timct@mac....
David Heinemeier Hansson
2005-10-26
3
-1
/
+16
*
Added Time#end_of_month to accompany Time#beginning_of_month (closes #2514) [...
David Heinemeier Hansson
2005-10-26
3
-0
/
+20
*
Fix docs (closes #2491)
David Heinemeier Hansson
2005-10-26
11
-55
/
+56
*
Fix docs (closes #2598)
David Heinemeier Hansson
2005-10-26
4
-13
/
+13
*
Allow Mailers to have custom initialize methods that set default instance var...
David Heinemeier Hansson
2005-10-26
2
-9
/
+13
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
9
-41
/
+79
*
Load rake task files in alphabetical order so you can build dependencies and ...
David Heinemeier Hansson
2005-10-26
2
-2
/
+7
*
Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...
David Heinemeier Hansson
2005-10-26
4
-2
/
+14
*
Removed the dead test settings
Florian Weber
2005-10-26
1
-7
/
+1
*
Prepared for release of 0.14.2 (RC3)
David Heinemeier Hansson
2005-10-25
17
-23
/
+34
*
Allow symbols to rename columns when using SQLite adapter. #2531 [kevin.clark...
Jamis Buck
2005-10-25
3
-4
/
+30
*
r2736@asus: jeremy | 2005-10-24 17:08:12 -0700
Jeremy Kemper
2005-10-25
7
-194
/
+82
*
Minor documentation fix
Florian Weber
2005-10-25
1
-1
/
+1
*
Reset template variables after using render_to_string. Closes #2559
Nicholas Seckar
2005-10-25
4
-0
/
+14
*
Take a different approach to keeping flash around when using components.
Scott Barron
2005-10-25
2
-3
/
+11
*
r2727@asus: jeremy | 2005-10-24 14:14:36 -0700
Jeremy Kemper
2005-10-24
2
-9
/
+49
*
r2726@asus: jeremy | 2005-10-24 14:11:59 -0700
Jeremy Kemper
2005-10-24
2
-7
/
+6
*
A little spacing goes a long way
David Heinemeier Hansson
2005-10-24
2
-0
/
+3
*
r3689@sedna: jeremy | 2005-10-16 10:24:36 -0700
Jeremy Kemper
2005-10-23
5
-7
/
+29
*
r2718@asus: jeremy | 2005-10-23 14:45:30 -0700
Jeremy Kemper
2005-10-23
6
-106
/
+170
*
Map Active Record time to SQL TIME. Closes #2576.
Jeremy Kemper
2005-10-23
2
-2
/
+2
*
Map AR time to PostgreSQL TIME. Closes #2575.
Jeremy Kemper
2005-10-23
2
-1
/
+3
*
Constants set in the development/test/production environment file are set in ...
Jamis Buck
2005-10-23
4
-0
/
+43
*
Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.
Jeremy Kemper
2005-10-22
6
-15
/
+59
*
Scaffold generator pays attention to the controller name. Closes #2562.
Jeremy Kemper
2005-10-22
2
-1
/
+3
*
Include tasks from vendor/plugins/*/tasks in the Rakefile #2545 [Rick Olson]
David Heinemeier Hansson
2005-10-21
2
-1
/
+7
[next]