Commit Graph

4577 Commits

Author SHA1 Message Date
Justin George
731d4392e4 Change event namespace ordering to most-significant first [#4504 state:resolved]
More work still needs to be done on some of these names
(render_template.action_view and render_template!.action_view particularly)
but this allows (for example) /^sql/ to subscribe to all
the various ORMs without further modification

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-05-02 22:45:54 +02:00
Xavier Noria
efba1d4227 Merge commit 'rails/master'
Conflicts:
	railties/guides/source/index.html.erb
2010-05-01 02:23:47 -07:00
Carl Lerche
95c98799a4 Fix a bug in the generators from the previous commit 2010-04-30 16:32:18 -07:00
Carlhuda
dedb842fda It would be nice to actually commit test fixtures 2010-04-30 16:25:40 -07:00
eparreno
81807e0fe2 fix format 2010-04-30 23:19:44 +02:00
Carlhuda
785493ffed Provide a mechanism for overriding the entire generator via a class that handles the individual elements of generating a new Rails application 2010-04-30 13:48:06 -07:00
Carlhuda
0761d1b0f7 Set up app generator class to make it easier to for alt-stacks to override targeted areas 2010-04-30 13:48:06 -07:00
Xavier Noria
f5fa13cca1 guides index: punctuation 2010-04-30 21:22:57 +02:00
wycats
e975f6f530 Add generators to the guides and break out an extensions section 2010-04-30 11:52:04 -07:00
wycats
21c1fbb6c1 Add generators to the guides and break out an extensions section 2010-04-30 11:50:37 -07:00
José Valim
34908e4a66 Updated the generators guide. 2010-04-30 12:50:42 +02:00
José Valim
cde168edbb Update generators to use thor 0.13.6 with simpler source_root handling. 2010-04-30 12:42:12 +02:00
José Valim
7b98d2aa59 Reorganize the mailer generator a bit. 2010-04-30 12:11:38 +02:00
rohit
2c7f7738c3 more fixes and updated the changelog 2010-04-30 12:21:29 +05:30
rohit
0b41aa9b2c fixes to tags section 2010-04-30 12:09:53 +05:30
rohit
7d0027554b Rewrote Security para and a minor fix 2010-04-30 11:24:32 +05:30
Rohit Arondekar
0bd631419e Rewrote para for clarity and better reading 2010-04-29 22:39:08 -07:00
Carlhuda
c54c84b7b4 Move ActionMailer generator to AM 2010-04-29 16:45:57 -07:00
José Valim
b0a53c86ef Update thor dependency to 0.13.5 2010-04-29 23:25:40 +02:00
Jeremy Kemper
20f0e9f320 Fix docs typo: app.middlewares -> app.middleware 2010-04-29 11:43:09 -07:00
Jeremy Kemper
fef31be2bc Add missing deprecation requires 2010-04-29 11:34:48 -07:00
Ben Orenstein
7c7e00b552 Small grammatical fix. 2010-04-29 12:46:10 -04:00
Ben Orenstein
f632df2828 Make output match code. 2010-04-29 12:41:56 -04:00
Ben Orenstein
90ef772ee6 Fix sentence fragment and improve wording in generated README. 2010-04-29 12:37:18 -04:00
Santiago Pastorino
199cb0f80b as changes named routes, path is the appropriate option in this case 2010-04-29 12:02:02 -03:00
Tore Darell
8d0bdbf0b7 Change %5b ([) to %5d (]) in escaped URL 2010-04-29 15:06:31 +02:00
Tore Darell
c68ff4b27f Replace send_data with send_file in "Sending files" example 2010-04-29 15:04:10 +02:00
José Valim
3dfcb56e45 ActiveRecord middlewares should be inserted before AD::Cascade [#4493 state:resolved]. 2010-04-29 13:24:35 +02:00
Ravinder Singh
e9a9ef094e warn user if options are given before application name [#3435 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-29 13:00:17 +02:00
José Valim
1bea5c755c Ops. Rename performance to profiler. 2010-04-29 09:31:06 +02:00
rohit
19e565d005 revert back to <b> tags instead of <strong> tags in the getting started guide 2010-04-29 12:30:01 +05:30
José Valim
1b816d5024 The rake task :environment now loads config/environment.rb instead of initializing the application on its own. This fixes [#4492 state:resolved] and also avoids the application being initialized twice in some rake tasks. 2010-04-29 08:39:52 +02:00
José Valim
209ab7e05b Fix failing test. 2010-04-28 23:42:55 +02:00
Santiago Pastorino
3afa4847d9 failing test for: validates_acceptance_of overrides database fields
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-28 23:35:13 +02:00
Xavier Noria
b9ab4c780a Merge commit 'rails/master' 2010-04-28 13:41:21 -07:00
rohit
8f1a5bfee1 readability fixes to two paras in Refactorization 2010-04-28 11:21:45 +05:30
rohit
edcbd33785 replaced <b> tag with <strong> tag in samples 2010-04-28 10:48:55 +05:30
rohit
9dea2f4d8e fixed para for better readability 2010-04-28 10:43:36 +05:30
rohit
56c48f8136 Fixed incomplete para 2010-04-28 10:38:06 +05:30
rohit
c6a8337851 added notice to all samples of show.html.erb of posts controller 2010-04-28 08:09:27 +05:30
rohit
033b1e68c0 added views dir to list of created things 2010-04-28 08:06:28 +05:30
Jeremy Kemper
7100c9d6ca Switch driver to pg. [#3635 state:resolved] 2010-04-27 17:08:01 -07:00
Xavier Noria
97b3936318 release notes: updates path to the rails command in the Rails repo 2010-04-27 22:43:55 +02:00
eparreno
a571314755 fix font formats and code examples indentation 2010-04-26 22:32:10 +02:00
Anil Wadghule
53c13f1aca Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-04-26 11:12:52 -07:00
unknown
e813ad2a42 Make db console work for all versions of ruby on Windows.
[#3999 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-04-26 10:57:44 -07:00
José Valim
9b5a1f7ac1 No need to require test and rdoc tasks. 2010-04-26 09:37:15 +02:00
José Valim
e461e1bc0e Ensure application rake tasks and generators are loaded after the ones specified in railties/engines/rails. [#4471 state:resolved] 2010-04-26 09:36:13 +02:00
José Valim
c9132c149c Refactor tests by moving all middleware tests to the same place. 2010-04-26 09:04:04 +02:00
Xavier Noria
7b15629b93 the names of Rails components have a space, eg "Active Record" 2010-04-25 20:40:39 +02:00