0277a4e3d0
Merge remote-tracking branch 'remotes/origin/bootstrap3'
...
Conflicts:
app/views/packages/index.html.erb
2013-08-21 19:25:26 +02:00
517557711f
Experimenting with search form
2013-08-21 19:23:52 +02:00
Haas, Christoph
6ecda590d7
Trying to use Bootstrap 3
...
Unfortunately it's not working yet. Error:
File to import not found or unreadable: twitter/bootstrap
2013-08-21 18:11:00 +02:00
50601b9dcb
Fixed styling of pagination bootstrap-style
2013-08-11 23:40:20 +02:00
d7c7488c86
Trying to improve design
2013-08-11 23:38:38 +02:00
857a2706b0
Fancybox plugin added to show large screenshot images.
2013-08-11 23:19:24 +02:00
35510212ba
Added package pagination using kaminari
2013-08-10 15:03:31 +02:00
8a0a8d7577
Commented out unused CSS styling
2013-08-10 15:03:22 +02:00
c7c7640619
Revert "Trying to implement AJAX-based endless-page pagination"
...
This reverts commit 732af154ad .
2013-08-10 14:46:37 +02:00
732af154ad
Trying to implement AJAX-based endless-page pagination
2013-08-10 14:46:09 +02:00
e88416fbbd
Trying to fix UTF-8 meta encoding
2013-08-10 14:44:19 +02:00
d3f0e163c9
Improved styling of "More screenshots…" box at the bottom
2013-08-09 23:31:10 +02:00
d4b82892d5
Improved bootstrap-style search form
2013-08-09 23:30:55 +02:00
60a9bd213d
Displaying placeholder thumbnail if package does not have a screenshot.
2013-08-09 23:16:04 +02:00
b703efe785
Properly bootstrap-style media grid for thumbnails
2013-08-09 23:02:22 +02:00
6aef2a7da5
Added proper HTML5-style UTF8 encoding definition
2013-08-09 23:01:51 +02:00
2448e71574
Crap removed
2013-08-09 23:01:33 +02:00
92cafe50b0
Trying to improve bootstrap layout. Thumbnail grid still broken.
2013-08-08 23:15:04 +02:00
2a96f701ca
Setting HTML5 default language to "en"
2013-08-08 23:14:39 +02:00
9b9a4c7566
Removing crap
2013-08-08 23:14:28 +02:00
df39fba0ba
Replaced .count by .length to omit one SQL query.
...
Slightly rearranged the display.
2013-08-08 22:39:39 +02:00
d1d4cea63a
Using proper SQL query to search for multiple search words.
2013-08-08 22:32:20 +02:00
ee530072eb
Added package.text_search for full-text searching the Package model
2013-08-08 21:50:03 +02:00
fca503df55
Order in building up the SQL query fixed
2013-08-08 21:49:46 +02:00
47b3253de3
Removed old useless code that was commented-out anyway.
2013-08-08 20:32:52 +02:00
ca78fbabd4
Avoiding SQL queries by using .length instead of .count after eager-loading
2013-08-08 20:32:34 +02:00
928a39dcea
Re-displaying search query from previous search in text field
2013-08-08 20:29:55 +02:00
362745037a
Fixed screenshots count in search results
...
Now packages without screenshots do not raise an exception any more.
2013-08-08 20:23:24 +02:00
950d48883c
Using PostgreSQL's fulltext search feature
2013-08-08 20:23:01 +02:00
856b43d067
Sorting screenshots from new to old by default
2013-08-07 22:07:15 +02:00
6e9ff16913
Added Twitter Bootstrapp with SASS support
2013-08-07 22:06:14 +02:00
78b8f594af
Enforce eager loading of backreferencing to avoid wasteful SQL queries
2013-08-07 21:37:14 +02:00
76d19f7e78
Unsuccessful attempt to properly eager load screenshots.
...
Currently the virtual attribute "image_url" in the screenshots model
apparently runs one SQL query each to get the packages data.
2013-08-07 00:18:20 +02:00
88dfb33721
Return results for packages only with screenshots.
...
Currently the packages controller is not working well. The JOIN is not
the best way apparently as the 'description' column exists for both the
"packages" and the "screenshots" table. So another way to query for
the data needs to be found.
2013-08-06 23:36:48 +02:00
b62c799ee8
Added image_url method for Screenshot model
2013-08-06 22:35:42 +02:00
5559fbecd3
Added one-to-many relation between packages and screenshots
2013-08-06 22:35:05 +02:00
31569ddd45
Improved data search query to match for results of any case
2013-08-06 22:34:48 +02:00
355b1e08f8
Fixed display of screenshots if count>0
2013-08-06 22:34:13 +02:00
f26f8a425b
Moved default page to "packages" controller.
...
Using a partial template to render search results.
Show packages by default even without a query.
2013-07-27 13:12:29 +02:00
acd47f66d7
Fulltext search for packages works
2013-07-27 01:48:01 +02:00
c2a695aec0
Packages controller added
2013-07-27 01:23:28 +02:00
f28c637d10
Welcome controller added
...
Can be used for main index, about page etc.
2013-07-27 01:23:08 +02:00
3af24f56dc
Blank rails 4.0 project started
2013-07-27 00:19:29 +02:00