| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: rubygem-scoped_search | Distribution: Fedora Project |
| Version: 2.4.0 | Vendor: Fedora Project |
| Release: 5.fc17 | Build date: Tue Dec 4 08:23:41 2012 |
| Group: Development/Languages | Build host: buildvm-12.phx2.fedoraproject.org |
| Size: 87689 | Source RPM: rubygem-scoped_search-2.4.0-5.fc17.src.rpm |
| Packager: Fedora Project | |
| Url: http://github.com/wvanbergen/scoped_search/wiki | |
| Summary: Easily search your ActiveRecord models | |
Scoped search makes it easy to search your ActiveRecord-based models. It will create a named scope :search_for that can be called with a query string. It will build an SQL query using the provided query string and a definition that specifies on what fields to search. Because the functionality is built on named_scope, the result of the search_for call can be used like any other named_scope, so it can be chained with another scope or combined with will_paginate. Because it uses standard SQL, it does not require any setup, indexers or daemons. This makes scoped_search suitable to quickly add basic search functionality to your application with little hassle. On the other hand, it may not be the best choice if it is going to be used on very large data sets or by a large user base.
MIT
* Mon Dec 03 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.4.0-5 - run test only on F18+ (msuchy@redhat.com) - enable tests (msuchy@redhat.com) * Tue Oct 30 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.4.0-4 - do not run test on rhel6 at all due missing rspec (msuchy@redhat.com) * Tue Oct 30 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.4.0-3 - remove .travis.yml, add Gemfile.activerecord* (msuchy@redhat.com) * Mon Oct 29 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.4.0-2 - do not run test, because it is not working (msuchy@redhat.com) - disable testing on other backend but sqllite (msuchy@redhat.com) - update to recent scoped_search-2.4.0.gem (msuchy@redhat.com) * Tue Oct 16 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.4.0-1 - update to recent scoped_search-2.4.0.gem (msuchy@redhat.com) * Wed Aug 15 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-10 - 847504 - move gemspec to -doc subpackage (msuchy@redhat.com) * Wed Aug 15 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-9 - test suite is failing on F17 a lot - disable for now (msuchy@redhat.com) - 847504 - use test suite (msuchy@redhat.com) - 847504 - remove dot files in %install section (msuchy@redhat.com) - 847504 - use macro in SOURCE0 (msuchy@redhat.com) * Tue Aug 14 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-8 - 847504 - put in front of chmod link to github issue (msuchy@redhat.com) - 847504 - fix typo in summary (msuchy@redhat.com) * Tue Aug 14 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-7 - 847504 - remove cached gem (msuchy@redhat.com) - 847504 - correctly use dist tag (msuchy@redhat.com) - 847504 - rewrap description (msuchy@redhat.com) * Sun Aug 12 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-6 - fix spelling error (msuchy@redhat.com) - module scoped_search.rb should not be executable (msuchy@redhat.com) * Sun Aug 12 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-5 - buildroot is not needed (msuchy@redhat.com) - change Group to valid item (msuchy@redhat.com) * Fri Aug 10 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-4 - there is no need to require rubygems in some version (msuchy@redhat.com) * Fri Aug 10 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-3 - there is no need to require rubygems in some version (msuchy@redhat.com) * Thu Aug 09 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-2 - fix filelist (msuchy@redhat.com) - create doc subpackage (msuchy@redhat.com) - fix requirements (msuchy@redhat.com) * Thu Aug 09 2012 Miroslav SuchÃ&frac; <msuchy@redhat.com> 2.3.7-1 - edit rubygem-scoped_search.spec according guidelines (msuchy@redhat.com) - import rubygem-scoped_search.spec from foreman-rpms (msuchy@redhat.com)
/usr/share/doc/rubygem-scoped_search-2.4.0 /usr/share/doc/rubygem-scoped_search-2.4.0/LICENSE /usr/share/gems/gems/scoped_search-2.4.0 /usr/share/gems/gems/scoped_search-2.4.0/init.rb /usr/share/gems/gems/scoped_search-2.4.0/lib /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search.rb /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search/auto_complete_builder.rb /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search/definition.rb /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search/query_builder.rb /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search/query_language /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search/query_language.rb /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search/query_language/ast.rb /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search/query_language/parser.rb /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search/query_language/tokenizer.rb /usr/share/gems/gems/scoped_search-2.4.0/lib/scoped_search/rails_helper.rb /usr/share/gems/gems/scoped_search-2.4.0/tasks /usr/share/gems/gems/scoped_search-2.4.0/tasks/github-gem.rake /usr/share/gems/specifications/scoped_search-2.4.0.gemspec
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu May 23 05:24:34 2013