@@ -248,7 +248,6 @@ to methods or line numbers using the same syntax as |:R|, and file creation
248248:Rmailer | rails-:Rmailer |
249249:Rmigration | rails-:Rmigration |
250250:Rmodel | rails-:Rmodel |
251- :Rplugin | rails-:Rplugin |
252251:Rschema | rails-:Rschema |
253252:Rspec | rails-:Rspec |
254253:Rstylesheet | rails-:Rstylesheet |
@@ -304,11 +303,9 @@ to methods or line numbers using the same syntax as |:R|, and file creation
304303
305304 *rails-:Rlib*
306305:Rlib [{name} ] Edit the library from the lib directory for the
307- specified name. If the current file is part of a
308- plugin, the libraries from that plugin can be
309- specified as well. With no argument, defaults to
310- editing the application Gemfile (a task formally
311- handled by the defunct :Rplugin).
306+ specified name. With no argument, defaults to editing
307+ the application Gemfile (a task formally handled by
308+ the defunct :Rplugin).
312309
313310 *rails-:Rlocale*
314311:Rlocale [{name} ] Edit the config/locale file specified, optionally
@@ -349,10 +346,8 @@ to methods or line numbers using the same syntax as |:R|, and file creation
349346
350347 *rails-:Rtask*
351348:Rtask [{name} ] Edit the .rake file from lib/tasks for the specified
352- name. If the current file is part of a plugin, the
353- tasks for that plugin can be specified as well. If no
354- argument is given, either the current plugin's
355- Rakefile or the application Rakefile will be edited.
349+ name. If no argument is given, the application
350+ Rakefile is edited.
356351
357352 *rails-:Runittest*
358353:Runittest [{name} ] Edit the unit test or model spec for the specified
0 commit comments