Commit Graph

6108 Commits

Author SHA1 Message Date
Xavier Noria
2fbf302149 Merge branch 'master' of git://github.com/lifo/docrails
Conflicts:
	railties/guides/source/contributing_to_ruby_on_rails.textile
2011-05-01 11:16:31 +02:00
Santiago Pastorino
754c2dd2e1 Change from LH to github way of autoclosing issues 2011-04-30 02:16:50 -03:00
Xavier Noria
b2aacc346c Prototype and Scriptaculous are no longer vendored, but provided by prototype-rails from now on, also the -j option of the application generator is removed 2011-04-30 03:53:24 +02:00
Mike Gehard
bf3a3c22c0 Removed so info about assigning to specific devs and adding tags. I don't believe that you can do that in GitHub issues. Remove state:committed notes as they also don't exist in GitHub issues. 2011-04-29 19:19:25 -06:00
Santiago Pastorino
9ef4b70b20 Update jquery-ujs and prototype-ujs 2011-04-29 21:44:40 -03:00
Santiago Pastorino
5076264163 Make update_ujs task update the right files 2011-04-29 21:44:05 -03:00
Sebastian Martinez
1302bf295a Added missing word on guide 2011-04-29 21:22:33 -03:00
David Heinemeier Hansson
e350641d02 Include CSRF token in remote:true calls 2011-04-29 18:22:10 -06:00
Sebastian Martinez
9c0196a6bb Upload patches is for LH, we use pull requests on GitHub now 2011-04-29 21:18:49 -03:00
Dan Pickett
1efaed5af1 Merge branch 'master' of github.com:lifo/docrails 2011-04-29 19:18:10 -04:00
Dan Pickett
85c8d73642 update contributors guide to reflect GitHub use
* outlines how to review pull requests
* outlines how to issue pull requests
* changed all references from LH => GH
2011-04-29 19:17:34 -04:00
Brian Cardarella
564fe7f633 Fixed comment 'config.asset' => 'config.assets' 2011-04-29 14:17:40 -07:00
Xavier Noria
cc35d5c9e7 JavaScript expansions are ignored if the application uses the asset pipeline, warn the user 2011-04-29 22:14:34 +02:00
Stefan Rohlfing
4c50a0f800 Edited railties/guides/source/routing.textile via GitHub 2011-04-28 00:25:03 -07:00
Vijay Dev
001a5a6496 document the reorder method(fb215110401c70cfc7013c6e2ad5753fa4e374e9) 2011-04-28 01:50:00 +05:30
Vijay Dev
089ee31aad update the Array#from behaviour changes - returns [] if index exceeds array length 2011-04-27 22:21:50 +05:30
David Heinemeier Hansson
e84788e60c Relevant options closer together 2011-04-27 08:55:26 -06:00
Josh Kalderimis
a009c3b4b9 minor git sources formatting change in railties app_base.rb 2011-04-27 22:05:58 +08:00
Ganesh Kumar
bd2444d1a8 enable uglifier gem as new version of execjs is relased 2011-04-27 20:50:09 +08:00
David Heinemeier Hansson
c57320d769 Prem fixes 1.9 engine test issue 2011-04-26 12:46:28 -06:00
José Valim
e36befbdd7 Merged pull request #279 from miloops/434d757.
Fix console to accept [environment] [options] as specified in docs.
2011-04-26 11:15:42 -07:00
Vijay Dev
c1132f7093 added the list of reversible commands in the newer migrations 2011-04-26 23:40:47 +05:30
Vijay Dev
b105dc441b minor changes in migrations guide 2011-04-26 23:18:55 +05:30
Prem Sichanugrist
d4259d8932 Change from self.(up|down) to (up|down) method 2011-04-26 23:33:39 +07:00
Prem Sichanugrist
72822800d5 Update guide to use change method in various places after migration generator has changed. 2011-04-26 23:32:03 +07:00
Prem Sichanugrist
e6898e3b60 Change examples in guide to reflect changes from XML -> JSON 2011-04-26 22:23:57 +07:00
Vishnu Atrai
16d3266144 jdbcpostgresql support added into template. 2011-04-26 01:00:37 +05:30
Aaron Patterson
17fec021d1 Merged pull request #300 from arunagw/jdbc_test.
Start Adding jdbcmysql support to new rails template.
2011-04-25 09:20:40 -07:00
Piotr Sarnacki
d4bea35f1a Make ActionController::Base.modules_for_helpers and ActionController::Base.all_helpers_from_path public methods 2011-04-25 15:02:41 +02:00
Piotr Sarnacki
820c0feda3 Explicitly define main_app proxy 2011-04-25 14:56:58 +02:00
Piotr Sarnacki
e38b4436a5 Add Engine#helpers method which loads all the engine's helpers 2011-04-25 13:44:27 +02:00
David Heinemeier Hansson
723a0f82c4 Go with latest Sass directly 2011-04-25 06:34:43 -05:00
José Valim
2bc48561d5 Fix tests. 2011-04-25 11:14:39 +02:00
Prem Sichanugrist
f2fc921447 No need to check for both full and mountable.
All mountable engine are considered `full?` already.
2011-04-25 15:30:58 +08:00
Prem Sichanugrist
a1c31eca47 Add app/assets/images directory to plugin new generator 2011-04-25 15:30:58 +08:00
David Heinemeier Hansson
05ce0007db Temporarily disable uglifier until a new version depending on execjs 0.2.0 can be released (tomorrow?) 2011-04-24 20:34:22 -05:00
David Heinemeier Hansson
b306502286 Merge branch 'master' of github.com:rails/rails 2011-04-24 20:33:33 -05:00
Josh Kalderimis
f3b9d3aba8 added config.active_record.whitelist_attributes which creates an empty whitelist of attributes available for mass assignment for all models in your app 2011-04-24 09:58:12 +02:00
Josh Kalderimis
b3ba36830b updated the security guide on the updated mass-assignment security scopes addition, and assign_attributes in AR 2011-04-24 09:56:48 +02:00
Vijay Dev
dcee094b22 indentation fixes 2011-04-24 02:17:06 +05:30
Arun Agrawal
51854de52c Adding jdbcsqlite3 name in comment. 2011-04-24 01:59:20 +05:30
Arun Agrawal
d59a9507cb Looks more friendly. 2011-04-24 00:17:19 +05:30
Arun Agrawal
b335533e16 jdbcsqlite3 support added into template. #jruby 2011-04-23 19:03:24 +05:30
David Heinemeier Hansson
8d7efe6a4e Stop adding actual dummy tests (they clutter up the real ones in a new app), just show how its done 2011-04-23 13:22:30 +02:00
Xavier Noria
af1b48926f Merge branch 'master' of git://github.com/lifo/docrails
Conflicts:
	activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
2011-04-23 01:11:24 +02:00
Xavier Noria
ec33de5dcb copy-edits 2f0dca5 2011-04-23 00:54:19 +02:00
Ronnie Miller
3050497a54 Grammer fix on note about wildcard routes 2011-04-22 14:50:52 -07:00
David Heinemeier Hansson
3f7a434d2e The example uses erb 2011-04-22 23:38:03 +02:00
Vijay Dev
e46e106c54 fix block alignment 2011-04-23 03:06:06 +05:30
José Valim
013d9016ca Use .erb in the test. 2011-04-22 23:25:52 +02:00