REFACTOR: Fixes poor class hierarchy for listing topics
- Upgrades Ember to latest - Fixes a bunch of bugs with page titles and missing "active" states
This commit is contained in:
parent
86214989f5
commit
4981525047
178 changed files with 8441 additions and 4573 deletions
lib/tasks
|
@ -4,7 +4,7 @@ desc 'Creates the integration fixtures. Requires a development instance running.
|
|||
task 'integration:create_fixtures' => :environment do
|
||||
|
||||
fixtures = {
|
||||
list: ["/latest.json", "/categories.json", "/category/bug.json"],
|
||||
discovery: ["/latest.json", "/categories.json", "/category/bug/l/latest.json"],
|
||||
topic: ["/t/280.json"],
|
||||
user: ["/users/eviltrout.json",
|
||||
"/user_actions.json?offset=0&username=eviltrout",
|
||||
|
@ -38,6 +38,7 @@ task 'integration:create_fixtures' => :environment do
|
|||
|
||||
File.write(filename, content)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
||||
|
@ -54,4 +55,4 @@ def fake_xhr(url)
|
|||
|
||||
result
|
||||
|
||||
end
|
||||
end
|
||||
|
|
Reference in a new issue