Commit Graph

23082 Commits

Author SHA1 Message Date
Andrew White
d8bd19f6ab Ignore :includes on through associations 2011-05-24 07:21:32 +01:00
Guillermo Iguaran
f4d100bb5a Prefer each instead of for on activesupport 2011-05-24 00:41:41 -05:00
Dmytrii Nagirniak
8f003de2c7 fix minor spelling mistakes in comments 2011-05-23 22:40:29 -07:00
Guillermo Iguaran
505e115b4c Removed extra white-spaces on config/environment/test.rb template 2011-05-23 22:38:02 -07:00
Guillermo Iguaran
e9f9bf015e Removing extra white-spaces on config/environment/development.rb template 2011-05-23 22:35:47 -07:00
José Valim
a47a65f105 Merge pull request #1243 from smartinez87/warnings
Fix 'warning: ambiguous first argument; put parentheses or even spaces'.
2011-05-23 22:32:15 -07:00
Arun Agrawal
ed4f2b9862 import to java_import. 2011-05-24 10:13:27 +05:30
Arun Agrawal
89da0d3ab9 Using java_import instead of import. Need to do this with rake 0.9.0 #jruby 2011-05-24 10:07:05 +05:30
Guillermo Iguaran
647c55ac43 Prefer each instead of for in activeresource 2011-05-23 23:08:48 -05:00
Arun Agrawal
f75df05fd1 Not loading file if PLATFORM not available. 2011-05-24 09:16:50 +05:30
Jeff Cohen
3540579a0b Update the MVC explanation in the main README.rdoc file 2011-05-23 21:09:05 -05:00
Sebastian Martinez
130c9b71aa Parenthesize arguments when the first one is a Regexp literal.
This fixes 'warning: ambiguous first argument; put parentheses or even spaces'.
2011-05-23 21:45:00 -03:00
wycats
9dabbd0cff Make sure that Sprockets::Helpers::RailsHelper can be found 2011-05-23 17:27:57 -07:00
Santiago Pastorino
8e7590c72c Merge pull request #1241 from smartinez87/extra-space
Remove extra white-space on exception message.
2011-05-23 17:09:35 -07:00
Sebastian Martinez
dd6c3676af Remove extra white spaces on ActiveSupport docs. 2011-05-23 21:00:45 -03:00
Sebastian Martinez
0034b7822d Remove extra white spaces on ActiveRecord docs. 2011-05-23 20:58:25 -03:00
Sebastian Martinez
05f29ca2c9 Remove extra white-space on some exception messages. 2011-05-23 20:53:18 -03:00
wycats
a9f22dc272 Move the last pockets of Sprockets stuff into the Sprockets directory 2011-05-23 16:45:26 -07:00
wycats
76f947edf7 Move javascript/css helpers into the Sprockets helper and just have them override the old behavior 2011-05-23 16:45:26 -07:00
wycats
4b79029490 Start moving some logic from being embedded in AV into the Rails Sprockets extensions 2011-05-23 16:45:26 -07:00
Sebastian Martinez
2a4b780ab1 Remove extra white spaces on ActiveModel docs. 2011-05-23 20:39:10 -03:00
Sebastian Martinez
5d0d4d8ad3 Remove extra white spaces on ActionMailer docs. 2011-05-23 20:24:04 -03:00
Sebastian Martinez
fcdb5dc557 Remove extra white spaces on ActionPack docs. 2011-05-23 20:22:33 -03:00
Sebastian Martinez
c6ec7e825e Fix styling error on plugins guide. 2011-05-23 20:09:58 -03:00
Aaron Patterson
5ec23b95ba fixing 1.8 support for new fixture tests 2011-05-23 15:06:13 -07:00
Aaron Patterson
1716da0720 removing CSV fixture support 2011-05-23 15:06:12 -07:00
Aaron Patterson
081b36c6ce fixture file will validate fixture format 2011-05-23 15:06:12 -07:00
Aaron Patterson
5278af3d8e return an empty array for empty yaml files 2011-05-23 15:06:12 -07:00
Aaron Patterson
74c5f65bfb use top level file constant for join, etc 2011-05-23 15:06:12 -07:00
Aaron Patterson
ad3f0eec75 adding AR::Fixtures::File class to wrap a fixture file 2011-05-23 15:06:12 -07:00
Andy Lindeman
2213479a12 Use set data structure to speed up circular reference checks on large/deeply nested objects 2011-05-23 17:50:48 -04:00
David Workman
86afbf7464 Using .try to test for the existence of a method option in a nil-resistent manner. Inlined the determination of the options hash for reversing using a ternary operator. Shortens the method in a way that keeps the code neat 2011-05-23 22:33:03 +01:00
Matthew McEachen
12ab1653dc NOTE: doesn't handle newlines. 2011-05-23 14:14:17 -07:00
Jon Leighton
1170cceaae Removed ActiveSupport::SecureRandom in favour of SecureRandom from the standard library. (It has been deprecated in the 3-1-stable branch.) 2011-05-23 20:25:44 +01:00
Jon Leighton
d411c85a65 Replace references to ActiveSupport::SecureRandom with just SecureRandom, and require 'securerandom' from the stdlib when active support is required. 2011-05-23 20:25:44 +01:00
Karunakar (Ruby)
424eff5209 active resource instalation instructions and Licence 2011-05-24 00:13:40 +05:30
JudeArasu
c76c4f6f67 rails request has been moved from Lighthouse to Github, contribution link has been changed 2011-05-23 22:43:22 +05:30
Josh Kalderimis
09314f21c5 removed require_library_or_gem from the AS core extensions guide 2011-05-23 16:38:51 +02:00
David Workman
8588dd431b Neatened up the invert_add_index method as per suggeston 2011-05-23 15:03:42 +01:00
José Valim
a5fb1c6175 Merge pull request #1231 from joshk/ruby-debugger
Ruby debugger corrections
2011-05-23 06:48:05 -07:00
José Valim
5c3f3f10ba Merge pull request #1230 from smartinez87/changelog
Add entry to AP changelog
2011-05-23 06:46:32 -07:00
Josh Kalderimis
2514d65ca2 Removed the AS core_ext/kernel/debugger breakpoint method as this method is added by ruby-debug and should be left as is. Missing tests added. 2011-05-23 15:44:48 +02:00
Josh Kalderimis
eff5d9aed4 Removed AS core_ext/kernel/requires as it's not used and is bad practice. 2011-05-23 15:31:33 +02:00
Sebastian Martinez
b4951b53ff Add entry to AP changelog 2011-05-23 10:03:52 -03:00
David Workman
a7fad65792 Simple fix for correctly inverting an add_index migration when a name has been provided 2011-05-23 13:54:51 +01:00
José Valim
a8b2a895b7 Merge pull request #1228 from fcheung/db_time_fix2
Take into account time spent in AR even if a redirect occurs or if it is after the render
2011-05-23 03:11:15 -07:00
Frederick Cheung
8a722e0912 Take into account time spent in AR even if a redirect occurs or if it is after the render 2011-05-23 10:58:43 +01:00
José Valim
6e5eedeb12 Move content length to the server, this brings the same behavior as in rack 1.2. 2011-05-23 10:28:00 +02:00
José Valim
c944cab6ce Require rubygems (chill out, just for rails internal tests). 2011-05-23 10:28:00 +02:00
Aaron Patterson
78172987cf Merge pull request #1184 from gnufied/master
Fixes connection_not established error while running db:schema:dump
2011-05-23 00:21:13 -07:00