Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  acts_as_activity_provider 13482 over 10 years Jean-Philippe Lang Merged rails-4.1 branch (#14534).
  acts_as_attachable 13666 over 10 years Jean-Philippe Lang Adds :inverse_of option.
  acts_as_customizable 13482 over 10 years Jean-Philippe Lang Merged rails-4.1 branch (#14534).
  acts_as_event 13059 about 11 years Toshi MARUYAMA fix typos of source comments at acts_as_event.rb
  acts_as_list 12526 over 11 years Toshi MARUYAMA Rails4: replace deprecated Relation#update_all ...
  acts_as_searchable 13812 over 10 years Jean-Philippe Lang Updates comments for r13811.
  acts_as_tree 13482 over 10 years Jean-Philippe Lang Merged rails-4.1 branch (#14534).
  acts_as_versioned 12222 over 11 years Jean-Philippe Lang Fixed that WikiContent#next_version raises a co...
  acts_as_watchable 13482 over 10 years Jean-Philippe Lang Merged rails-4.1 branch (#14534).
  gravatar 9533 about 13 years Jean-Philippe Lang Moved Rails plugins required by the core to lib...
  open_id_authentication 11896 about 12 years Toshi MARUYAMA upgrade mocha 0.14 and remove deprecation warni...

Latest revisions

# Date Author Comment
13812 2014-12-26 13:05 Jean-Philippe Lang

Updates comments for r13811.

13811 2014-12-26 13:03 Jean-Philippe Lang

Converts timestamps to integers in #search_result_ranks_and_ids.

13767 2014-12-15 20:22 Jean-Philippe Lang

Restore accent insensitive search with mysql (#18537).

13759 2014-12-14 14:55 Jean-Philippe Lang

Use custom SQL for MySQL to behave like others DBMS: case-insensitive search without ignoring accentuation (#18537).

13754 2014-12-13 19:36 Jean-Philippe Lang

Don't use #downcase on search tokens, let the database handle it (#18537).

13739 2014-12-12 21:49 Jean-Philippe Lang

Rewrites search engine to properly paginate results (#18631).

Instead of counting and retrieving results based on their timestamps, we now load all result ids then load the appropriate results by their ids. This also brings a 2x performance improvement as we search tokens in one of the 2 queries only.

13666 2014-11-29 14:52 Jean-Philippe Lang

Adds :inverse_of option.

13665 2014-11-29 14:41 Jean-Philippe Lang

Edit attachments after upload (#1326).

13482 2014-10-22 19:37 Jean-Philippe Lang

Merged rails-4.1 branch (#14534).

13358 2014-08-28 12:23 Toshi MARUYAMA

use rbpdf gem instead of bundled rfpdf (#17570)

Contributed by Jun NAITOH.

View revisions

Also available in: Atom