Commit Graph

2598 Commits

Author SHA1 Message Date
Vijay Dev
b6aa300e70 fix a couple of formatting issues 2011-12-31 15:17:53 +05:30
Sam Umbach
c3224db6ae Minor readability improvements 2011-12-30 17:23:19 -05:00
Sam Umbach
8daa9f5da9 SCSS processor is provided by the sass gem 2011-12-30 17:23:19 -05:00
Xavier Noria
748725e9ce removes the compatibility method Module#method_names 2011-12-25 11:11:50 -08:00
Xavier Noria
40bda76067 removes the compatibility method Module#instance_method_names 2011-12-25 11:11:49 -08:00
Vasiliy Ermolovich
9e0f5ac7fc Module#name returns nil for anonymous class in ruby 1.9 2011-12-25 20:36:01 +03:00
Vijay Dev
bd91154fc4 add back the version info to the title in guides index page 2011-12-25 22:11:17 +05:30
Vijay Dev
1acdecf623 Some fixes in rails guides generation
* Passing edge information to the views fixes the lack of the edge badge
and sets the appropriate welcome page on edgeguides.rubyonrails.org.
* Changes in the welcome message to hyper link the rails tree based on
the version.
* Mention the Amazon url from where kindlegen can be downloaded.
2011-12-25 20:42:20 +05:30
Vijay Dev
54e522a388 Merge branch 'master' of github.com:lifo/docrails 2011-12-25 19:33:33 +05:30
Vijay Dev
ebddca18bb fix kindle apps link in edge guides index 2011-12-25 19:30:06 +05:30
Xavier Noria
46e2db0da6 download guides for the Kindle and Kindle apps from the home page 2011-12-25 04:08:55 -08:00
Xavier Noria
05b8faa204 guides generation for the Kindle looking good now [Mip Earson & Xavier Noria] 2011-12-25 04:08:55 -08:00
Xavier Noria
8eb3596617 (draft) guides for the Kindle and Kindle apps [Mip Earson & Xavier Noria] 2011-12-24 17:32:52 -08:00
José Valim
0d7c3757a9 Merge pull request #4170 from lest/remove-deprecated-synchronize
remove deprecated Module#synchronize from ActiveSupport
2011-12-24 11:46:41 -08:00
Sergey Nartimov
40566dc19b remove deprecated Module#synchronize from ActiveSupport 2011-12-24 21:42:43 +03:00
Vishnu Atrai
98fb94fa44 remove deprecated whiny nil related code 2011-12-25 00:09:48 +05:30
Vijay Dev
bf72297d35 add latest changes to 3.2 release notes 2011-12-24 20:40:00 +05:30
Vijay Dev
a8dcc0b18e minor edits in caching guide 2011-12-24 17:36:02 +05:30
Vijay Dev
cd2c31a1c4 A few doc changes 2011-12-24 17:29:43 +05:30
Andrey A.I. Sitnik
7b1ac55f50 Gzip files on page caching
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-12-24 09:42:34 +01:00
Kristian Freeman
8758156d75 Final grammar checkup on 3.2 release notes. 2011-12-23 13:13:44 -08:00
Kristian Freeman
b87491b8f6 Grammar in 3.2 release notes. 2011-12-23 13:10:52 -08:00
Brian Browning
f8e89b5c4c [docs] make it clear that the methods in a generator are executed sequentially 2011-12-23 21:17:15 +01:00
Vijay Dev
a51c4a314f Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	railties/guides/source/active_support_core_extensions.textile
2011-12-24 00:51:27 +05:30
Vijay Dev
a805a7fefc Rails 3.2 Release Notes 2011-12-24 00:39:56 +05:30
Xavier Noria
a64ab95987 removes Enumerable#pluck from the AS guide 2011-12-23 09:42:45 +01:00
Arun Agrawal
cc450329b2 [docs] pluck docs reverted for activesupport
367741ef22
2011-12-23 09:53:21 +05:30
Arun Agrawal
08f36451fc [docs] Added missing "}" fixes #4126 2011-12-22 12:30:20 +05:30
Vijay Dev
c1b2642a9e Merge branch 'master' of github.com:lifo/docrails 2011-12-21 22:26:10 +05:30
Vijay Dev
63c71f893b sync AS guide with the Ruby 1.9 related deletions in master 2011-12-21 22:12:25 +05:30
lest
a57c6441a8 remove Kernel#singleton_class from core_ext as it is present in ruby 1.9 2011-12-21 18:53:38 +03:00
Uģis Ozols
ee69ef62a8 Remove some of the ActiveSupport core extensions related to 1.8. 2011-12-21 09:29:59 +02:00
Arun Agrawal
1bc646752d [docs] Ruby upgrade 2011-12-20 23:04:11 +05:30
Arun Agrawal
ff573c45d6 4.0.0.beta now :-) 2011-12-20 23:03:07 +05:30
Vijay Dev
e52786c361 remove unnecessary link. This is already mentioned in section 3 of the guide 2011-12-20 22:15:45 +05:30
Mikhail Dieterle
0ae42311c6 wrong link markup 2011-12-21 00:12:38 +08:00
Vasiliy Ermolovich
7bfaa979e4 remove Proces.daemon from core_ext 2011-12-22 08:43:42 +03:00
José Valim
fccc952ccd Merge pull request #4104 from lest/remove-1-8-code
remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9
2011-12-21 11:26:19 -08:00
lest
f1b4cacbae remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9 2011-12-21 19:07:00 +03:00
Kristian Freeman
c86359a067 Removed period in comment regarding Levenshtein Wikipedia article to make a valid URL. 2011-12-19 11:53:33 -08:00
Alex Tambellini
ff15c87ab9 Fix reference to old :sql schema_format location
After 15fb430 the default location of the :sql schema_format location was
changed from environment_name.sql to structure.sql. This pull request updates
a reference to the old schema format location in the migration guides.
2011-12-19 11:41:52 -05:00
José Valim
6481bc5f49 Update CHANGELOGs and guides. 2011-12-16 10:45:59 +01:00
Vijay Dev
74e46e5156 Merge branch 'master' of github.com:lifo/docrails 2011-12-14 02:13:23 +05:30
Vijay Dev
23bd340a48 copy edits 2011-12-14 02:08:40 +05:30
Mikhail Dieterle
485e0249d2 typo in textile markup 2011-12-14 02:28:42 +08:00
José Valim
cd3033eb62 Add config.file_watcher so developers can provide their own watchers (for instance, hooking on fsevents). 2011-12-13 09:29:18 +01:00
José Valim
ffa8bfeed9 Merge pull request #3954 from bdurand/null_store_2
Add ActiveSupport::Cache::NullStore for testing and development
2011-12-12 14:03:50 -08:00
José Valim
fa1d9a884c Speed up development by only reloading classes if dependencies files changed.
This can be turned off by setting `config.reload_classes_only_on_change` to false.

Extensions like Active Record should add their respective files like db/schema.rb and db/structure.sql to `config.watchable_files` if they want their changes to affect classes reloading.

Thanks to https://github.com/paneq/active_reload and Pastorino for the inspiration. <3
2011-12-12 22:54:04 +01:00
Brian Durand
04d5eae4e8 Add ActiveSupport::Cache::NullStore to expose caching interface without actually caching for development and test environments. 2011-12-12 13:40:29 -06:00
Suraj N. Kurapati
b15e2be6b0 disambiguate "and not" when explaining "&& return" 2011-12-11 23:18:58 -08:00