Commit Graph

23140 Commits

Author SHA1 Message Date
Matt Jankowski
bb679d2cae elaborate details on why to use _url instead of _path in mailers 2011-06-23 18:16:50 +02:00
Arun Agrawal
57bdf7eabf Closing </yaml> 2011-06-23 18:16:23 +02:00
Vijay Dev
ae8d53e586 document Active Record's reverse_order method 2011-06-23 18:16:17 +02:00
Vijay Dev
741a417c72 AR: use where in place of find 2011-06-23 18:16:10 +02:00
Vijay Dev
421841d838 minor changes in getting started guide 2011-06-23 18:16:04 +02:00
Vijay Dev
f2d18b83ad document the instance_reader option for class_attribute 2011-06-23 18:15:58 +02:00
Aaron Patterson
98ae4821bb Merge pull request #1795 from metaskills/ss_db_tasks
Update SQL Server DB Rake Tasks
2011-06-23 09:09:25 -07:00
José Valim
90b47bdc34 Edited actionpack/actionpack.gemspec via GitHub 2011-06-23 07:39:45 -07:00
Joshua Peek
a70f65cbdd Revert "Bump sprockets requirement"
This reverts commit 5a7465c2d7.
2011-06-22 11:28:29 -05:00
José Valim
5e7efbf793 Update CHANGELOG. 2011-06-22 12:51:22 -03:00
Aaron Patterson
15f09c5e32 Merge pull request #1809 from nicksieger/more-jruby-gem-for-database-fixes
More jruby gem for database fixes
2011-06-21 13:21:58 -07:00
Nick Sieger
4a5f1ce939 Use non-'jdbc*' names so that db:create and db:drop work 2011-06-21 13:10:05 -07:00
Nick Sieger
1cbbe067d4 Convert database names to ones appropriate for JRuby 2011-06-21 13:10:05 -07:00
Nick Sieger
198cd8bcc1 Add generic 'jdbc' database option 2011-06-21 13:08:59 -07:00
Nick Sieger
e1d6667652 Remove superfluous pg driver install instructions 2011-06-21 13:08:59 -07:00
José Valim
2d3a98db94 Require helpers so autoload is properly setup. 2011-06-21 15:21:53 -03:00
José Valim
4d3719a042 Merge pull request #1804 from guilleiguaran/3-1-stable
Use uglifier from rubygems instead of git repo  (3-1-stable)
2011-06-21 09:51:22 -07:00
Guillermo Iguaran
ddf224c1b9 Use uglifier from rubygems instead of git repo 2011-06-21 11:29:04 -05:00
Joshua Peek
5a7465c2d7 Bump sprockets requirement 2011-06-21 11:27:48 -05:00
José Valim
36123b92ee Don't use deprecated stuff. 2011-06-21 13:05:49 -03:00
Joshua Peek
9324b54c33 Assign Rails.cache to sprockets 2011-06-21 09:38:25 -05:00
José Valim
c4794b08ec Create an :assets group in the Gemfile.
This group is required by default only on development and test
(you can change it on config/application.rb).

`rake assets:precompile` will automatically add the assets group
to Rails.groups (and consequently Bundler.require) and should work
transparently.
2011-06-21 11:30:45 -03:00
José Valim
db909f8b3a Rename AV::Helpers::AssetPaths to AV::AssetPaths to solve autoload mess. 2011-06-21 11:27:27 -03:00
José Valim
77b00cb500 Add Rails.groups to encapsulate available groups for require. 2011-06-21 11:25:48 -03:00
Ken Collins
e5cf2add10 Update SQL Server db related rake tasks.
* Uses open source smoscript since scptxfr came out in 2000.
  * Uses sqlcmd which replaces osql.
  * Takes advantage of host/user/pass passed down by TinyTDS.
2011-06-20 22:08:31 -04:00
José Valim
7ff4aeddbe Merge pull request #1791 from cmeiklejohn/3-1-stable
Cherry pick of pull #1787 into 3-1-stable
2011-06-20 11:32:48 -07:00
Christopher Meiklejohn
03d01ec73e Streamline fragment_for SafeBuffer logic to make it more concise and robust against unsafe buffers. 2011-06-20 14:20:58 -04:00
Daniel Azuma
f542188e7a Add missing require 'set'
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-06-20 08:53:39 -03:00
José Valim
c533517362 Merge pull request #1773 from bensie/class-attr-3-1-stable
Instance reader method on class_attribute - 3-1-stable
2011-06-19 09:09:04 -07:00
James Miller
e5f6abd1ff Add option to omit creating an instance reader method on class_attribute 2011-06-19 08:28:58 -07:00
José Valim
e402b688cc Merge pull request #1771 from arunagw/require_rel_remove
Require rel remove from 3-1-stable
2011-06-19 04:52:44 -07:00
José Valim
9dca40d4d4 Merge pull request #1768 from stevehodgkiss/3-1-stable
3 1 stable
2011-06-19 04:50:21 -07:00
Xavier Noria
cbd6fa7c05 explains why links are gsub'ed, and changes the regexp delimiters
Conflicts:

	Rakefile
2011-06-19 11:41:45 +02:00
Arun Agrawal
7e7ac1239d Removing require_relative gem. Linecache new version 0.46 is out and
it's loading rbx-require-relative > 0.0.4
2011-06-19 15:08:35 +05:30
Steve Hodgkiss
aba7a43273 Fix inconsistencies by being polite to the wrapped body. Needed for Rack::Sendfile to function properly. See issue #1761. 2011-06-19 06:05:13 +01:00
Vijay Dev
7e65b00ab5 Revert changes done in c56618ec, 51cb7459 and 030950a. The links are
pointing to files/*/*.html for usage in api.rubyonrails.org and as a
result are broken in GitHub blobs. This is unavoidable (at least for now).

Conflicts:

	README.rdoc
2011-06-18 12:41:35 +02:00
Xavier Noria
1acc327223 copy-edits 7c2db6c, cbf2af1, and f391f94 2011-06-18 11:42:34 +02:00
Ryan Bigg
e516f2bc52 Added 'Configuring Assets' section to configuring guide 2011-06-18 11:42:28 +02:00
Lucia Escanellas
a7813a64a6 Update remove_index documentation
* Changes should better reflect present code behavior
* Related to issue: https://github.com/rails/rails/issues/1624
2011-06-18 11:42:06 +02:00
R.T. Lechow
e63fd899c7 Typo. 2011-06-18 11:42:01 +02:00
Vijay Dev
09d8c26a2f minor clean up generators section 2011-06-18 11:41:54 +02:00
Vijay Dev
334f62c454 add info that plugin installs need git or svn installed 2011-06-18 11:41:48 +02:00
Vijay Dev
a4f6227d1d document doc:* rake tasks 2011-06-18 11:41:39 +02:00
JudeAr
4ad6c331d5 typo changes fixed 2011-06-18 11:41:33 +02:00
JudeAr
d9bea8411a fixed typo chnages 2011-06-18 11:41:28 +02:00
Vijay Dev
063c432a39 add details on how to use specific annotations in rake:notes 2011-06-18 11:41:23 +02:00
Vijay Dev
96da5bda09 document how rake notes work 2011-06-18 11:41:17 +02:00
Jason Fox
6a8fd87c2e The name for the plain text template in Rails3 appears to be method.text.erb, not, method.text.plain.erb. Updated the doc to reflect this change. Also fixed a reference to an example that was incorrect. 2011-06-18 11:41:10 +02:00
Vijay Dev
96b82aa2be form => form_for 2011-06-18 11:41:03 +02:00
Christine Yen
bb139ed0cf Tweak linebreak in ActionController::Redirecting doc 2011-06-18 11:40:58 +02:00