gitlab-org--gitlab-foss/features/steps
Jason Lee 1974087114 Avoid render edit_form in each notes.
Use RJS to render edit note feature.

Before:

```
Rendered projects/notes/_note.html.haml (27.9ms)
Rendered projects/_zen.html.haml (0.3ms)
Rendered projects/notes/_hints.html.haml (0.7ms)
Rendered projects/_md_preview.html.haml (3.9ms)
Rendered projects/notes/_edit_form.html.haml (6.9ms)
Rendered projects/notes/_note.html.haml (17.7ms)
Rendered projects/_zen.html.haml (0.3ms)
Rendered projects/notes/_hints.html.haml (0.6ms)
Rendered projects/_md_preview.html.haml (3.4ms)
Rendered projects/notes/_edit_form.html.haml (7.0ms)
```

After:

```
Rendered projects/notes/_note.html.haml (13.8ms)
Rendered projects/notes/_note.html.haml (7.1ms)
Rendered projects/notes/_note.html.haml (9.5ms)
Rendered projects/notes/_note.html.haml (8.5ms)
```

This change reduce at least 6ms * N ('N' - number of notes).
2015-11-12 13:16:35 +08:00
..
admin Fix: Images cannot show when projects' path was changed 2015-10-14 18:50:35 +03:00
dashboard Fix spinach tests introduced by 07101cfab6 2015-10-14 17:27:29 +02:00
explore Add Group#add_* convenience methods 2015-08-07 00:20:02 -04:00
profile Fix tests 2015-11-03 16:39:09 +01:00
project Avoid render edit_form in each notes. 2015-11-12 13:16:35 +08:00
shared Better name for up-level links 2015-11-03 13:22:11 +01:00
snippets Restore dashboard snippets tabs. 2015-10-18 14:17:15 +02:00
abuse_reports.rb Partly implement new UI for user page 2015-10-16 13:24:28 +02:00
groups.rb Better name for up-level links 2015-11-03 13:22:11 +01:00
invites.rb Fix spec 2015-09-09 09:28:09 +01:00
login_form.rb satisfy rubocop 2015-09-07 13:15:27 +03:00
search.rb Ability to search milestones 2015-08-24 13:59:01 +03:00
snippet_search.rb Update all should-style syntax to expect in features 2015-06-12 05:12:09 -04:00
user.rb Change within to page.within in feature steps 2015-06-12 05:12:42 -04:00